[extractor/GoogleDrive] Add folder extractor (#4009)
Closes #3388 Authored by: evansp, pukkandan
This commit is contained in:
parent
2cb1982043
commit
145c5a83a8
3 changed files with 61 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue