Dalf
|
85b3723345
|
[mod] speed optimization
compile XPath only once
avoid redundant call to urlparse
get_locale(webapp.py): avoid useless call to request.accept_languages.best_match
|
2019-11-15 09:33:15 +01:00 |
Adam Tauber
|
bbe4442a86
|
[fix] update gigablast engine
|
2019-10-16 15:27:37 +02:00 |
Noémi Ványi
|
b63d645a52
|
Revert "remove 'all' option from search languages"
This reverts commit 4d1770398a .
|
2019-01-07 21:19:00 +01:00 |
Noémi Ványi
|
b843c1351a
|
add missing parameter to gigablast search url
Closes #1293
|
2018-05-16 22:26:32 +02:00 |
Adam Tauber
|
7752b0a807
|
[fix] gigablast url parameter change - fixes #1107
|
2017-12-09 21:00:08 +01:00 |
marc
|
4d1770398a
|
remove 'all' option from search languages
|
2017-12-06 01:20:15 -06:00 |
misnyo
|
b91772eff1
|
[fix] gigablast pep8 fix
|
2017-08-31 21:49:19 +02:00 |
misnyo
|
8849606e5f
|
[fix] gigablast api fix
|
2017-08-31 16:57:57 +02:00 |
Adam Tauber
|
52e615dede
|
[enh] py3 compatibility
|
2017-05-15 12:02:30 +02:00 |
marc
|
1175b3906f
|
change language list to only include languages with a minimum of engines
that support them.
users can still query lesser supported through the :lang_code bang.
|
2016-12-29 01:55:30 -06:00 |
marc
|
af35eee10b
|
tests for _fetch_supported_languages in engines
and refactor method to make it testable without making requests
|
2016-12-15 00:40:21 -06:00 |
marc
|
f62ce21f50
|
[mod] fetch supported languages for several engines
utils/fetch_languages.py gets languages supported by each engine and
generates engines_languages.json with each engine's supported language.
|
2016-12-13 19:58:10 -06:00 |
marc
|
a11948c71b
|
Add language support for more engines.
|
2016-12-13 19:32:43 -06:00 |
marc
|
c677aee58a
|
filter langauges
|
2016-12-13 19:32:00 -06:00 |
marc
|
149802c569
|
[enh] add supported_languages on engines and auto-generate languages.py
|
2016-12-13 19:32:00 -06:00 |
Adam Tauber
|
16bdc0baf4
|
[mod] do not escape html content in engines
|
2016-12-09 18:59:19 +01:00 |
Adam Tauber
|
5dd2340bc6
|
[fix] gigablast redirect - closes #575
|
2016-06-12 00:07:54 +02:00 |
Adam Tauber
|
37035b7a40
|
[fix] gigablast params ++ json response format
|
2016-01-31 13:29:36 +01:00 |
Thomas Pointhuber
|
b9a9abe10d
|
[enh] improve gigablast engine
add language and safesearch support
|
2015-12-23 18:43:35 +01:00 |
Adam Tauber
|
47b4a85fe3
|
[fix] gigablast https + url params
|
2015-12-22 20:25:57 +01:00 |
Adam Tauber
|
f1ac794a07
|
[fix] gigablast url params
|
2015-10-16 12:05:50 +02:00 |
Adam Tauber
|
37c3ace309
|
[fix] add missing scheme to duplicated results too ++ revert gigablasts handling
|
2015-09-11 18:33:06 +02:00 |
Adam Tauber
|
e3df22b140
|
[fix] handle missing url scheme - fixes #428
|
2015-09-11 17:57:09 +02:00 |
Adam Tauber
|
93fd1e4c76
|
Merge pull request #308 from dalf/versions_upgrade
update versions.cfg to use the current up-to-date packages
|
2015-05-02 14:58:32 -04:00 |
Alexandre Flament
|
4689fe341c
|
update versions.cfg to use the current up-to-date packages
|
2015-05-02 15:45:17 +02:00 |
Alexandre Flament
|
78edc16e66
|
[enh] reduce the number of http outgoing connections.
engines that still use http : gigablast, bing image for thumbnails, 1x and dbpedia autocompleter
|
2015-05-02 11:43:12 +02:00 |
Thomas Pointhuber
|
04f7118d0a
|
[enh] add gigablast engine
|
2015-02-08 14:12:14 +01:00 |