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 View File

@@ -31,6 +31,7 @@ time_range_dict = {'day': 'd',
31 31
                    'week': 'w',
32 32
                    'month': 'm'}
33 33
 
34
+
34 35
 # do search-request
35 36
 def request(query, params):
36 37
     offset = (params['pageno'] - 1) * 100

+ 1
- 0
searx/engines/yahoo.py View File

@@ -38,6 +38,7 @@ time_range_dict = {'day': ['1d', 'd'],
38 38
                    'week': ['1w', 'w'],
39 39
                    'month': ['1m', 'm']}
40 40
 
41
+
41 42
 # remove yahoo-specific tracking-url
42 43
 def parse_url(url_string):
43 44
     endings = ['/RS', '/RK']