aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/extractors.py
diff options
context:
space:
mode:
authorEvan Spensley <94762716+evansp@users.noreply.github.com>2022-06-14 09:33:29 -0400
committerGitHub <noreply@github.com>2022-06-14 06:33:29 -0700
commit145c5a83a80536b781fd043016bd27c91c760667 (patch)
tree681bd0ec84cf2208d0bb6fe9f0ca7ab9fccc6a69 /yt_dlp/extractor/extractors.py
parent2cb19820430aa8f7fe8cef11203d9f98388ef8ab (diff)
downloadhypervideo-pre-145c5a83a80536b781fd043016bd27c91c760667.tar.lz
hypervideo-pre-145c5a83a80536b781fd043016bd27c91c760667.tar.xz
hypervideo-pre-145c5a83a80536b781fd043016bd27c91c760667.zip
[extractor/GoogleDrive] Add folder extractor (#4009)
Closes #3388 Authored by: evansp, pukkandan
Diffstat (limited to 'yt_dlp/extractor/extractors.py')
-rw-r--r--yt_dlp/extractor/extractors.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/yt_dlp/extractor/extractors.py b/yt_dlp/extractor/extractors.py
index 9e1ef4067..c7167a2cf 100644
--- a/yt_dlp/extractor/extractors.py
+++ b/yt_dlp/extractor/extractors.py
@@ -597,7 +597,10 @@ from .godtube import GodTubeIE
from .gofile import GofileIE
from .golem import GolemIE
from .goodgame import GoodGameIE
-from .googledrive import GoogleDriveIE
+from .googledrive import (
+ GoogleDriveIE,
+ GoogleDriveFolderIE,
+)
from .googlepodcasts import (
GooglePodcastsIE,
GooglePodcastsFeedIE,