Merge PR #422 from 'kevinamadeus/master'

Add InfoExtractor for Google Plus video
(with fixes)
This commit is contained in:
Filippo Valsorda
2012-10-09 10:48:49 +02:00
2 changed files with 125 additions and 0 deletions

View File

@@ -355,6 +355,7 @@ def gen_extractors():
MTVIE(),
YoukuIE(),
XNXXIE(),
GooglePlusIE(),
GenericIE()
]