diff --git a/src/you_get/downloader/googleplus.py b/src/you_get/downloader/googleplus.py index 6b9257fa..2c106a70 100644 --- a/src/you_get/downloader/googleplus.py +++ b/src/you_get/downloader/googleplus.py @@ -15,7 +15,7 @@ def googleplus_download(url, output_dir = '.', merge = True, info_only = False): title = r1(r'(.*)', html) or r1(r'(.*)\n', html) - url2 = r1(r'"(https\://plus\.google\.com/photos/.*?)",,"image/jpeg","video"\]', html) + url2 = r1(r'<a href="([^"]+)" target="_blank" class="Mn" >', html) if url2: html = get_html(url2) html = parse.unquote(html.replace('\/', '/'))