1
0
Fork 0

Add InfoExtractor for Google Plus video

This commit is contained in:
Kevin Kwan 2012-09-25 16:21:02 +08:00
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()
]