diff options
Diffstat (limited to 'youtube_dl/extractor/googleplus.py')
| -rw-r--r-- | youtube_dl/extractor/googleplus.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/youtube_dl/extractor/googleplus.py b/youtube_dl/extractor/googleplus.py index fcefe54cd..731bacd67 100644 --- a/youtube_dl/extractor/googleplus.py +++ b/youtube_dl/extractor/googleplus.py @@ -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?://redirector\.googlevideo\.com.*?)"', webpage)] +            r'\d+,(\d+),(\d+),"(https?://[^.]+\.googleusercontent.com.*?)"', webpage)]          self._sort_formats(formats)          return { | 
