[extractor/GoogleDrive] Add folder extractor (#4009)

Closes #3388
Authored by: evansp, pukkandan
This commit is contained in:
Evan Spensley
2022-06-14 09:33:29 -04:00
committed by GitHub
parent 2cb1982043
commit 145c5a83a8
3 changed files with 61 additions and 2 deletions

View File

@@ -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,