projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b7b2ca6
)
Fix download error in GooglePlus
author
dinesh
<dsdiscoverdinesh@gmail.com>
Sat, 11 Oct 2014 15:40:53 +0000
(21:10 +0530)
committer
dinesh
<dsdiscoverdinesh@gmail.com>
Sat, 11 Oct 2014 15:40:53 +0000
(21:10 +0530)
youtube_dl/extractor/googleplus.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/googleplus.py
b/youtube_dl/extractor/googleplus.py
index 07d994b448040fb80912593b9cdae4ac66e63bbb..1ab5e92608ed1971d535d9f2d3a947bdcabe18b6 100644
(file)
--- a/
youtube_dl/extractor/googleplus.py
+++ b/
youtube_dl/extractor/googleplus.py
@@
-64,7
+64,7
@@
class GooglePlusIE(InfoExtractor):
webpage = self._download_webpage(video_page, video_id, 'Downloading video page')
# Extract video links all sizes
- pattern = r'\d+,\d+,(\d+),"(http\://redirector\.googlevideo\.com.*?)"'
+ pattern = r'\d+,\d+,(\d+),"(http
s
\://redirector\.googlevideo\.com.*?)"'
mobj = re.findall(pattern, webpage)
if len(mobj) == 0:
raise ExtractorError('Unable to extract video links')