summaryrefslogtreecommitdiff
path: root/searx/engines
AgeCommit message (Collapse)Author
2023-09-24[mod] remove twitter (#2843)Émilien (perso)
2023-09-22[feat] engine: implementation of imgurBnyro
2023-09-22[fix] internet archive scholar: crash when there's no titleBnyro
2023-09-22Revert "[fix] engine - duckduckgo vqd edge-case"Markus Heiser
This reverts commit 102502a4f09e78682cd4f030605be394bc33282c.
2023-09-21[feat] engine: implementation of chefkoch.deBnyro
2023-09-21[fix] engine - brave don't show adsjazzzooo
2023-09-21[fix] engine - google images error when no resultsjazzzooo
2023-09-21[feat] engine: implementation of google icons/material design iconsBnyro
2023-09-21[feat] engine: implementation of wallhavenBnyro
2023-09-20[fix] engine - duckduckgo vqd edge-casejazzzooo
2023-09-19[fix] engine qwant (web-lite) - ignore advertising addsMarkus Heiser
Closes: https://github.com/searxng/searxng/issues/2812 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2023-09-19wikipedia wikidata infobox + disable wikisource (#2806)Émilien (perso)
Co-authored-by: Markus Heiser <markus.heiser@darmarit.de>
2023-09-18[feat] engine: implementation of internet archive scholarBnyro
2023-09-18[fix] spellingjazzzooo
2023-09-18[fix] engine - qwant delivers only 5 pages maximumMarkus Heiser
all qwant engines (incl qwant-lite) delivers only 5 pages maximum Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2023-09-18[fix] engine - qwant wrong error typejazzzooo
2023-09-17[fix] qwant: subsequent fix of commit d9dbcedebMarkus Heiser
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2023-09-17[feat] implementation of qwant lite for web searchMarkus Heiser
Related: https://github.com/searxng/searxng/issues/2719 Replace: https://github.com/searxng/searxng/pull/2748 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2023-09-17[feat] engine: implemenation of moviepilot (de)Bnyro
2023-09-16[fix] tagesschau videosjazzzooo
2023-09-15[fix] brave.videosjazzzooo
2023-09-15[fix] brave.newsjazzzooo
2023-09-14[fix] rumble redirectJustas Zabulionis
2023-09-14[fix] pubmed content being NoneJustas Zabulionis
2023-09-14[fix] solidtorrents redirectsJustas Zabulionis
2023-09-14[fix] solidtorrents paginationJustas Zabulionis
2023-09-14[fix] solidtorrentsJustas Zabulionis
2023-09-14[fix] engine - Crossrefjazzzooo
Crossref was broken on result types journal-issue and component .. The old code had lots of assumptions, and broke during parsing. Now the assumptions are more explicit and checked them with the API.
2023-09-13[feat] odysee: implement fetch_traits for language supportBnyro
2023-09-13[mod] odysee: time range supportBnyro
2023-09-13[fix] engine - piped.music incorrect timestampsjazzzooo
2023-09-13[fix] engine - invidious thumbnailsjazzzooo
2023-09-13 [fix] engine - openstreetmap currency renderingjazzzooo
2023-09-12[fix] engine - openstreetmap currency matchingjazzzooo
2023-09-12[feat] new engine: svgrepoBnyro
2023-09-12[fix] engine - bravejazzzooo
2023-09-11[mod] library of congress: fix engineBnyro
2023-09-11[fix] engine deviantart: review of the result-scrapperBnyro
The deviantart site changed and hence deviantart is currently unusable.
2023-09-09Replace chompjs with pure Python codeAlexandre Flament
The new implementation is good enough for the current usage (brave)
2023-09-08[feat] engine: implementation of YummlyBnyro
Co-authored-by: Markus Heiser <markus.heiser@damarit.de>
2023-09-08[mod] utils.py: add markdown_to_text helper functionBnyro
2023-09-05[feat] engine: implementation of bilibili https://www.bilibili.comHackurei
2023-09-05[fix] engine - duckduckgo_images / determination of vqd value incorrectMarkus Heiser
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2023-09-05[fix] engine duckduckgo weather api changesbonswouar
2023-09-03[fix] engine: wikicommons - don't quoute ':|' in URL parametersMarkus Heiser
From [1]: It seems to be because of [2] For some reason it gets url encoded twice, resulting in - ``filetype%253Abitmap%257Cdrawing+birds`` instead of - ``filetype:bitmap%7Cdrawing+birds`` [1] https://github.com/searxng/searxng/issues/2707 [2] https://github.com/searxng/searxng/blob/master/searx/engines/wikicommons.py#L43 Closes: #2707 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2023-09-02[fix] follow-up of 4da7003ae / add missing review from @BnyroMarkus Heiser
[1] https://github.com/searxng/searxng/pull/2656#pullrequestreview-1607956209 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2023-09-02[feat] engine: implementation of odyseeHackurei
2023-09-01[feat] implementation of Wikimedia commons for imagesBnyro
2023-08-29[mod] bing: resolve redirect without additional requestsAlexandre Flament
Remove the usage of searx.network.multi_requests The results from Bing contains the target URL encoded in base64 See the u parameter, remove the first two character "a1", and done. Also add a comment the check of the result_len / pageno ( from https://github.com/searx/searx/pull/1387 )
2023-08-27[doc] add documentation of Mwmbl engine & autocompleterMarkus Heiser
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>