Noemi Vanyi 8 年 前
コミット
a7c8d5882c
共有2 個のファイルを変更した2 個の追加0 個の削除を含む
  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',
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 ファイルの表示

@@ -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']