Commit Graph

575 Commits (3a9c3fbd68486ad8c5d98038f16f29f8f233f7a3)

Author SHA1 Message Date
Noemi Vanyi ba590de7f1 [fix] deviantart engine xpaths 8 years ago
Adam Tauber aa09f963eb Merge pull request #621 from stepshal/anomalous-backslash-in-string
Fix anomalous backslash in string
8 years ago
Adam Tauber f7a3e9771d Merge pull request #615 from mmuman/scanr
Add ScanR structures search engine
8 years ago
marc aac4ed6971 [fix] guess country code if not specified in duckduckgo engine 8 years ago
a01200356 8fc4b8156a [fix] multilingual duckduckgo
only works if both country and language are set
8 years ago
François Revol 1dba6dcbac Add ScanR structures search engine
In theory ScanR should also search for projects but the API is different,
so we'd need another engine.
8 years ago
stepshal b3ab221b98 Fix anomalous backslash in string 8 years ago
stepshal cd9b494cb5 Fix quantity of blank lines after code object. 8 years ago
François Revol b538de568a Add INA search engine 8 years ago
Adam Tauber 257e52954a [enh][fix] update to latest dependencies ++ fix tests & travis test runner
WARNING: dependency changes
8 years ago
Adam Tauber 2f7752b410 [enh] display number of results 8 years ago
Adam Tauber 5dd2340bc6 [fix] gigablast redirect - closes #575 8 years ago
Maxqia 56e53c9297 [fix] currency_convert: make unit tests pass
also make regex more efficent and normalize 's'es
8 years ago
Maxqia fe2ce83e41 [enh] currency_convert: allow strings like google's "convert 1 euro to dollars" 8 years ago
a01200356 a44faa7716 [fix] compile regex in ddg_definitions 9 years ago
a01200356 6dca14e95d [enh] multilingual duckduckgo_definitions 9 years ago
a01200356 8d335dbdae [enh] wikipedia infobox
creates simple multilingual infobox using wikipedia's api
9 years ago
Kirill Isakov 4eeb5fb76b [fix] incorrect URLs in Reddit results - closes #538 9 years ago
Adam Tauber 85c0351dca Merge pull request #526 from ukwt/anime
Add a few search engines
9 years ago
Kirill Isakov 90c51cb449 Fix a few typos in Google search engine 9 years ago
Kirill Isakov d54e82dfb9 Revert to using random UA in Reddit search engine 9 years ago
Adam Tauber 5544fdb756 Merge pull request #531 from guyou/add-doku-engine
Add doku engine
9 years ago
Adam Tauber 9331fc28a8 [fix] broken google images parsing 9 years ago
Guilhem Bonnefille 2733a92383 Fix query encoding 9 years ago
Guilhem Bonnefille f26f0dab2e Fix pep8 E302
Cf. http://legacy.python.org/dev/peps/pep-0008/#blank-lines
9 years ago
Guilhem Bonnefille cf09b500f3 Add support for dokuwiki engine 9 years ago
Kirill Isakov d0001f10e6 Add searx user agent to Reddit engine request to comply with API usage terms 9 years ago
jibe-b 092e15cc1d [enh] Add BASE engine in category Science. Basic and advanced search. 9 years ago
Kirill Isakov bacc9a3df1 Add paging support to XPath & Erowid engines 9 years ago
Kirill Isakov e202c6fbec Fix PEP8 warnings for Nyaa.py 9 years ago
Kirill Isakov a8832574fa Shorten content field for very long Reddit search results 9 years ago
Kirill Isakov c1d456b136 Add F-Droid search engine 9 years ago
Kirill Isakov 547b8a8765 Add Tokyo Toshokan search engine 9 years ago
Adam Tauber 71de593a5b [fix] bing images page change 9 years ago
Kirill Isakov 7fbc12ee4e Add Torrentz.eu search engine 9 years ago
Adam Tauber 6d55642ab4 [fix] no more redirect ++ explicitly specify search language to avoid googles ip based heuristics 9 years ago
Kirill Isakov d026a97e42 Add Reddit search engine 9 years ago
Kirill Isakov 8b7dc2acb9 Remove content field from ArchWiki results; reformat code in archlinux.py
Content field in Arch Wiki search results is of no real use, more often
than not it contains no usable information and includes too many markup
tags which make the text unreadable. It is safe to remove it.
9 years ago
Kirill Isakov e5677ae6b6 Add Nyaa.se search engine 9 years ago
Kirill Isakov d748b8419a Add Arch Linux Wiki search engine 9 years ago
a01200356 751c9a346e [fix] duckduckgo's xpaths changed
test_duckduckgo modified to reflect changes in duckduckgo's html
9 years ago
a01200356 8f3b33de23 [fix] remove unnecesary async calls in wolframalpha_noapi
setting async to false in the request did the job, lol.
9 years ago
a01200356 4cea71e3bb [fix] merge with 79705450df 9 years ago
a01200356 4d8996eb4d [enh] unit tests for wolframalpha 9 years ago
a01200356 78d3f3d6b1 [enh] infobox for wolframalpha
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.
9 years ago
Adam Tauber 79705450df [fix] wolframalpha unicode inputs 9 years ago
Adam Tauber 10947536aa [enh] suspend engines after error
The duration is based on the number of continuous errors, but maximized in one minute
9 years ago
Adam Tauber 17b0c9f74a [mod] engine load refactor 9 years ago
Adam Tauber db72fc6449 [fix] encapsulate wolframalpha token fetching errors 9 years ago
Adam Tauber d06178139f [fix] wolframalpha page changes
related issues: #508 #509
9 years ago