diff options
author | Noemi Vanyi <sitbackandwait@gmail.com> | 2016-07-19 10:14:11 +0200 |
---|---|---|
committer | Noemi Vanyi <sitbackandwait@gmail.com> | 2016-07-25 23:28:14 +0200 |
commit | a7c8d5882c137634b754e9757340de85029012e6 (patch) | |
tree | 24e9e0a2186d5b9b86ee70b73afde32a3a37cca4 /searx/engines/yahoo.py | |
parent | e7baf24ec16366da000dc37b7e9e4377138ee0a2 (diff) | |
download | searxng-a7c8d5882c137634b754e9757340de85029012e6.tar.gz searxng-a7c8d5882c137634b754e9757340de85029012e6.zip |
fix pep8
Diffstat (limited to 'searx/engines/yahoo.py')
-rw-r--r-- | searx/engines/yahoo.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/searx/engines/yahoo.py b/searx/engines/yahoo.py index 2334614cb..82f782b9d 100644 --- a/searx/engines/yahoo.py +++ b/searx/engines/yahoo.py @@ -38,6 +38,7 @@ time_range_dict = {'day': ['1d', 'd'], 'week': ['1w', 'w'], 'month': ['1m', 'm']} + # remove yahoo-specific tracking-url def parse_url(url_string): endings = ['/RS', '/RK'] |