mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 06:35:12 +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
	 Evan Spensley
					Evan Spensley