summaryrefslogtreecommitdiff
path: root/searx/engines
AgeCommit message (Expand)Author
2020-12-09[mod) genious: return valid results even if contents are emptyAlexandre Flament
2020-12-04Merge pull request #2354 from dalf/fix-wikipediaAlexandre Flament
2020-12-04[fix] wikipedia engine: don't raise an error when the query is not foundAlexandre Flament
2020-12-04[fix] wikidata: fix crash when the item has no description at all and at leas...Alexandre Flament
2020-12-03[mod] stackoverflow & yandex: detect CAPTCHA responseAlexandre Flament
2020-12-03[mod] various engines: use eval_xpath* functions and searx.exceptions.*Alexandre Flament
2020-12-03[mod] xpath, 1337x, acgsou, apkmirror, archlinux, arxiv: use eval_xpath_* fun...Alexandre Flament
2020-12-03[mod] bing_news: use eval_xpath_getindexAlexandre Flament
2020-12-03[enh] record details exception per engineAlexandre Flament
2020-12-02[refactor] digg - improve results and clean up source codeMarkus Heiser
2020-12-02[mod] digg - pylint searx/engines/digg.pyMarkus Heiser
2020-12-02[fix] digg - the ISO time stamp of published date has been changedMarkus Heiser
2020-12-01[mod] pylint: numerous minor code fixesAlexandre Flament
2020-12-01[mod] wikidata: WDGeoAttribute class: doesn't change the method signature of ...Alexandre Flament
2020-12-01[fix] /stats: report error percentage instead of error countAlexandre Flament
2020-11-30Add recoll engine (#2325)Noémi Ványi
2020-11-27Photon API Link UpdateM. Efe Çetin
2020-11-20[enh] Add multiple outgoing proxiesAlexandre Flament
2020-11-14[refactor] deviantart - improve results and clean up source codeMarkus Heiser
2020-11-14[mod] remove unused importAlexandre Flament
2020-11-14Merge pull request #2292 from kvch/elasticsearch-engineAlexandre Flament
2020-11-14Merge pull request #2289 from dalf/pylintAlexandre Flament
2020-11-10New engine: ElasticsearchNoémi Ványi
2020-11-03[mod] pylint: minor code change to allow pylint globallyAlexandre Flament
2020-11-03[fix] comamnd engine: fix importAlexandre Flament
2020-11-03[fix] scanr_structure engine: fix importAlexandre Flament
2020-10-28[mod] wikidata engine: use one SPARQL request instead of 2 HTTP requests.Alexandre Flament
2020-10-28[mod] duckduckgo_definitions: display only user friendly attributes / URLAlexandre Flament
2020-10-25[enh] Add onions category with Ahmia, Not Evil and Torcha01200356
2020-10-25Open Semantic Search EngineNicholas Kegler
2020-10-09Propagate error messages from YouTube APINoémi Ványi
2020-10-09Merge pull request #2255 from kvch/yacy-improvementsAdam Tauber
2020-10-09[fix] fix duckduckgo engineAlexandre Flament
2020-10-09Add yacy improvements: HTTP digest auth, category checkingNoémi Ványi
2020-10-08add ebay enginte to shopping categoryNoémi Ványi
2020-10-07[mod] Add searx.data moduleAlexandre Flament
2020-10-06[fix] drop Python 2: use collections.abc.Iterable instead of collections.Iter...Alexandre Flament
2020-10-04Merge pull request #2241 from dalf/move-extract-text-and-urlAlexandre Flament
2020-10-03[enh] Add SepiaSearch engine (#2227)Finn
2020-10-02[mod] move extract_text, extract_url to searx.utilsAlexandre Flament
2020-10-01[fix] google engine - div classes has been renamed in HTML reultMarkus Heiser
2020-09-28[fix] migration from github.com/asciimoo/searx to github.com/searx/searx : fi...Alexandre Flament
2020-09-22fetch google's search langs rather than ui langsMarc Abonce Seguin
2020-09-22fetch supported languages for startpage engineMarc Abonce Seguin
2020-09-22add language names in qwant's fetch languages functionMarc Abonce Seguin
2020-09-10Drop Python 2 (4/n): SearchQuery.query is a str instead of bytesDalf
2020-09-10Drop Python 2 (1/n): remove unicode string and url_utilsDalf
2020-09-10use Wikipedia's REST v1 APIMarc Abonce Seguin
2020-09-08[enh] Add command line engines: git grep, find, etc. (#2128)Noémi Ványi
2020-09-07[enh] stop searx when an engine raise an SyntaxError exception (#2177)Alexandre Flament