Noemi Vanyi 8 years ago
parent
commit
a7c8d5882c
2 changed files with 2 additions and 0 deletions
  1. 1 0
      searx/engines/google_images.py
  2. 1 0
      searx/engines/yahoo.py

+ 1 - 0
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

+ 1 - 0
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']