Fix GooglePlusIE: the video_page url has changed of place
authorJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Tue, 18 Jun 2013 12:22:16 +0000 (14:22 +0200)
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Tue, 18 Jun 2013 12:22:16 +0000 (14:22 +0200)
youtube_dl/InfoExtractors.py

index 2f926f24363947d38c129af8828cfab27f3dad7f..f36503d218c6761bf1a243007a8605c2a4bb37c3 100755 (executable)
@@ -3128,7 +3128,7 @@ class GooglePlusIE(InfoExtractor):
             webpage, 'title', default=u'NA')
 
         # Step 2, Stimulate clicking the image box to launch video
-        video_page = self._search_regex('"(https\://plus\.google\.com/photos/.*?)",,"image/jpeg","video"\]',
+        video_page = self._search_regex('href="(https\://plus\.google\.com/photos/.*?)"',
             webpage, u'video page URL')
         webpage = self._download_webpage(video_page, video_id, u'Downloading video page')