mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-09-03 00:25:08 +00:00
[extractor/GoogleDrive] Add folder extractor (#4009)
Closes #3388 Authored by: evansp, pukkandan
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user