mirror of
https://github.com/soimort/you-get.git
synced 2025-03-13 03:17:44 +03:00
Google+: fix #107
This commit is contained in:
parent
dbe490f518
commit
56200b7e1c
@ -15,7 +15,7 @@ def googleplus_download(url, output_dir = '.', merge = True, info_only = False):
|
||||
|
||||
title = r1(r'<meta property="og:title" content="([^"]*)"', html) or r1(r'<title>(.*)</title>', html) or r1(r'<title>(.*)\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('\/', '/'))
|
||||
|
Loading…
x
Reference in New Issue
Block a user