[googleplus] Fix extraction of formats

master
Jaime Marquínez Ferrándiz 9 years ago
parent 6d02b9a392
commit cff551c0b0

@ -61,7 +61,7 @@ class GooglePlusIE(InfoExtractor):
'width': int(width), 'width': int(width),
'height': int(height), 'height': int(height),
} for width, height, video_url in re.findall( } for width, height, video_url in re.findall(
r'\d+,(\d+),(\d+),"(https?://redirector\.googlevideo\.com.*?)"', webpage)] r'\d+,(\d+),(\d+),"(https?://[^.]+\.googleusercontent.com.*?)"', webpage)]
self._sort_formats(formats) self._sort_formats(formats)
return { return {

Loading…
Cancel
Save