diff --git a/you_get/downloader/googleplus.py b/you_get/downloader/googleplus.py index 944f13d8..49495091 100644 --- a/you_get/downloader/googleplus.py +++ b/you_get/downloader/googleplus.py @@ -13,7 +13,7 @@ def googleplus_download(url, output_dir = '.', merge = True, info_only = False): html = get_html(url) html = parse.unquote(html).replace('\/', '/') - title = r1(r'(.*)', html) or r1(r'(.*)\n', html) + title = r1(r'<meta property="og:title" content="([^"]*)"', html) or r1(r'<title>(.*)', html) or r1(r'(.*)\n', html) url2 = r1(r'"(https\://plus\.google\.com/photos/.*?)",,"image/jpeg","video"\]', html) if url2: