From 013e75c886160ded6ce62aea8db13860fd6e206c Mon Sep 17 00:00:00 2001 From: Semen Zhydenko Date: Mon, 5 Aug 2019 09:53:23 +0200 Subject: [PATCH] infomation -> information --- src/you_get/extractors/flickr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/you_get/extractors/flickr.py b/src/you_get/extractors/flickr.py index 4efa78ef..2535dd1c 100644 --- a/src/you_get/extractors/flickr.py +++ b/src/you_get/extractors/flickr.py @@ -74,7 +74,7 @@ def get_api_key(page): # this happens only when the url points to a gallery page # that contains no inline api_key(and never makes xhr api calls) # in fact this might be a better approch for getting a temporary api key - # since there's no place for a user to add custom infomation that may + # since there's no place for a user to add custom information that may # misguide the regex in the homepage if not match: return match1(get_html('https://flickr.com'), pattern_inline_api_key)