From a418bec38df777a48d2bcca0abd4ca4a72bee830 Mon Sep 17 00:00:00 2001 From: Mort Yao Date: Wed, 11 Nov 2015 18:13:32 +0100 Subject: [PATCH] [google] fix for notification links --- src/you_get/extractors/google.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/you_get/extractors/google.py b/src/you_get/extractors/google.py index 7cf2f358..12bc42de 100644 --- a/src/you_get/extractors/google.py +++ b/src/you_get/extractors/google.py @@ -49,7 +49,7 @@ def google_download(url, output_dir = '.', merge = True, info_only = False, **kw if service == 'plus': # Google Plus if not re.search(r'plus.google.com/photos/[^/]*/albums/\d+/\d+', url): - html = get_html(url) + html = get_html(parse.unquote(url)) url = "https://plus.google.com/" + r1(r'"(photos/\d+/albums/\d+/\d+)', html) title = r1(r'([^<\n]+)', html) else: