Fix some regexes

This commit is contained in:
Sergey M․
2017-10-09 23:50:53 +07:00
parent 8992331621
commit 197224b7a4
30 changed files with 35 additions and 35 deletions

View File

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