ソースを参照

[enh] moar weight for currency convertor

asciimoo 11 年 前
コミット
14cd1d6faf
共有1 個のファイルを変更した1 個の追加0 個の削除を含む
  1. 1
    0
      searx/engines/currency_convert.py

+ 1
- 0
searx/engines/currency_convert.py ファイルの表示

@@ -1,6 +1,7 @@
1 1
 
2 2
 categories = []
3 3
 url = 'http://finance.yahoo.com/d/quotes.csv?e=.csv&f=sl1d1t1&s={query}=X'
4
+weight = 100
4 5
 
5 6
 def request(query, params):
6 7
     try: