summaryrefslogtreecommitdiff
path: root/searx/engines
AgeCommit message (Collapse)Author
2016-03-25Add Nyaa.se search engineKirill Isakov
2016-03-24Add Arch Linux Wiki search engineKirill Isakov
2016-03-21[fix] duckduckgo's xpaths changeda01200356
test_duckduckgo modified to reflect changes in duckduckgo's html
2016-02-28[fix] remove unnecesary async calls in wolframalpha_noapia01200356
setting async to false in the request did the job, lol.
2016-02-28[fix] merge with 79705450dfdf321c19839bce23c56d9d4a86ba68a01200356
2016-02-28[enh] unit tests for wolframalphaa01200356
2016-02-27[enh] infobox for wolframalphaa01200356
TODO: - infobox styles - unit tests ISSUES: - no_api version needs to re-call server for additional pods, such as plots. therefore, it's even slower than before. comment out the part that calls get_async_pod if requests reach timeout or increase timeout in settings.yml.
2016-02-25[fix] wolframalpha unicode inputsAdam Tauber
2016-02-20[enh] suspend engines after errorAdam Tauber
The duration is based on the number of continuous errors, but maximized in one minute
2016-02-19[mod] engine load refactorAdam Tauber
2016-02-17[fix] encapsulate wolframalpha token fetching errorsAdam Tauber
2016-02-17[fix] wolframalpha page changesAdam Tauber
related issues: #508 #509
2016-02-09[fix] restrict wikipedia queries to the titles to avoid irrelevant resultsAdam Tauber
2016-02-08[fix] real support of non wikipedia style mediawikisAdam Tauber
2016-02-04fix pep8 errorsNoemi Vanyi
2016-02-04add Frinkiac engine & testsNoemi Vanyi
2016-02-01[fix] bing images changesAdam Tauber
2016-01-31[fix] gigablast params ++ json response formatAdam Tauber
2016-01-23[fix] swisscow and yandex escaping - fixes #499Adam Tauber
2016-01-18[fix] pep8a01200356
2016-01-18Merge branch 'master' of https://github.com/asciimoo/searxa01200356
2016-01-18[fix] temporary disable googles inner links - #491Adam Tauber
2016-01-18[fix] pep8 compatibiltyAdam Tauber
2016-01-10Merge branch 'master' of https://github.com/asciimoo/searxa01200356
Conflicts: searx/tests/test_engines.py
2016-01-10[fix] google markup change - closes #489Adam Tauber
2016-01-05append link to result in wolframalpha_api (and the tests to validate that)a01200356
2016-01-03[fix] test in wolframalpha_noapia01200356
2016-01-03add tests for unicode strings in wolframalphaa01200356
2016-01-03Merge branch 'master' into wolframalphaa01200356
2016-01-03[fix] unescape htmlentities in wolframalpha_noapi's answera01200356
2016-01-02Add test case in wolframalpha_noapia01200356
[fix] Display multiple answers in wolframalpha_api
2016-01-02[fix]soundcloud.com guest client_id fetches dynamicallymisnyo
2016-01-02[fix] pass wolframalpha_noapi testsa01200356
2016-01-02update tests for wolframalphaa01200356
2016-01-01[enh] wolframalpha appends resulta01200356
2015-12-30Add tests for the Wolfram Alpha engines (both API and NO API versions)a01200356
2015-12-29Make wolframalpha_noapi.py flake8 complianta01200356
2015-12-29Remove unnecessary code in wolframalpha_noapi enginea01200356
The answer is scraped from a js function, so parsing the html tree doesn't achieve anything here.
2015-12-29Wolfram Alpha (no API needed now)a01200356
2015-12-28Pinche Travis.a01200356
2015-12-28More fixes (Travis again).a01200356
forfuckssaketravisnotagain
2015-12-28Fix Travis errors.a01200356
2015-12-27Merge branch 'master' into wolframalphaa01200356
2015-12-27Remove non API version (doesn't work)a01200356
2015-12-26Returns answer rather than results.a01200356
More appropriate in this case because it will always give just one answer.
2015-12-23[enh] improve gigablast engineThomas Pointhuber
add language and safesearch support
2015-12-23Wolfie kinda works using APIa01200356
2015-12-22[fix] gigablast https + url paramsAdam Tauber
2015-12-22[fix] prevent google engine to redirectAdam Tauber
nid/pref cookies are also removed
2015-12-22[fix] remove debug messageAdam Tauber