Browse Source

[enh] moar weight for currency convertor

asciimoo 12 years ago
parent
commit
14cd1d6faf
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      searx/engines/currency_convert.py

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

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