commit: a7c8d5882c137634b754e9757340de85029012e6
parent e7baf24ec16366da000dc37b7e9e4377138ee0a2
Author: Noemi Vanyi <sitbackandwait@gmail.com>
Date: Tue, 19 Jul 2016 10:14:11 +0200
fix pep8
Diffstat:
2 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/searx/engines/google_images.py b/searx/engines/google_images.py
@@ -31,6 +31,7 @@ time_range_dict = {'day': 'd',
'week': 'w',
'month': 'm'}
+
# do search-request
def request(query, params):
offset = (params['pageno'] - 1) * 100
diff --git 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']