1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-11-01 15:15:15 +00:00

Add InfoExtractor for Google Plus video

This commit is contained in:
Kevin Kwan
2012-09-25 16:21:02 +08:00
parent 9bb8dc8e42
commit d443aca863
2 changed files with 125 additions and 0 deletions

View File

@@ -351,6 +351,7 @@ def gen_extractors():
MixcloudIE(),
StanfordOpenClassroomIE(),
MTVIE(),
GooglePlusIE(),
GenericIE()
]