| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-08-08 | Fix google images 'get image' button bug from issue #2103 (#2115) | Vlad | |
| Closes #2103 | |||
| 2020-08-08 | add peertube engine (#2109) | Michael Ilsaas | |
| 2020-07-26 | fix Wikipedia's paragraph extraction | Marc Abonce Seguin | |
| 2020-07-26 | Update torrentz2 URL from .eu to .is | Michael Ilsaas | |
| 2020-07-23 | Fix relative urls that do not start with '/' | xywei | |
| 2020-07-12 | fix python 3 support | Gaspard d'Hautefeuille | |
| 2020-07-08 | [fix] pep8 | Adam Tauber | |
| 2020-07-07 | [fix] revise google images engine | Markus Heiser | |
| this commit is picked from #1985 | |||
| 2020-07-07 | [fix] revise google engine | Markus Heiser | |
| this commit is picked from #1985 | |||
| 2020-06-29 | Merge branch 'master' into gigablast | Markus Heiser | |
| 2020-06-29 | Fix YaCy text results returned as images | Sophie Tauchert | |
| 2020-06-28 | Merge branch 'master' into duckduckgo_correction | Noémi Ványi | |
| 2020-06-26 | Merge branch 'master' into gigablast | Markus Heiser | |
| 2020-06-25 | [fix] yahoo engine - changed content_xpath | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-06-16 | Merge branch 'master' into gigablast | Markus Heiser | |
| 2020-06-15 | [fix] resolve flickr_noapi encoding issues | Adam Tauber | |
| 2020-06-13 | add correction support for duckduckgo | Gordon Quad | |
| 2020-06-10 | Merge branch 'master' into gigablast | Markus Heiser | |
| 2020-06-10 | [fix] resolve pep8 errors | Adam Tauber | |
| 2020-06-09 | [enh] add official site link to the top of the infobox - closes #1644 | Adam Tauber | |
| 2020-06-09 | [enh] add length and author details to youtube videos | Adam Tauber | |
| closes #775 | |||
| 2020-06-09 | [enh] add routing directions to osm search - closes #254 | Adam Tauber | |
| 2020-06-01 | Merge branch 'master' into gigablast | Markus Heiser | |
| 2020-05-31 | add display_error_messages option to engine settings | Noémi Ványi | |
| A new option is added to engines to hide error messages from users. It is called `display_error_messages` and by default it is set to `True`. If it is set to `False` error messages do not show up on the UI. Keep in mind that engines are still suspended if needed regardless of this setting. Closes #1828 | |||
| 2020-05-29 | [fix] gigablast requires a random extra parameter | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-05-28 | [fix] revise of the gigablast engine (WIP) | Markus Heiser | |
| The gigablast API has changed and seems to have some quirks, this is the first revise. More work (hacks) are needed. Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-05-28 | [fix] gigablast does no longer support *supported_languages_url* | Markus Heiser | |
| Since there are zero results, we can remove it: $ make engines.languages fetch languages .. ... fetched 0 languages from engine gigablast Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-05-28 | [fix] remove debug print from commit e5305f8 | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-04-20 | Merge branch 'master' into master | Markus Heiser | |
| 2020-04-15 | Merge branch 'master' into fix_startpage_ValueError_on_spanish_datetime | Noémi Ványi | |
| 2020-04-15 | Remove discontinued faroo engine | HLFH | |
| 2020-03-09 | [Fix] Startpage ValueError on Spanish date format | Spühler Stefan | |
| datetime.parser.parse() does not know the Spanish date format which leads to a ValueError. Fixes #1870 Traceback (most recent call last): File "/usr/local/searx/searx/search.py", line 160, in search_one_http_request_safe search_results = search_one_http_request(engine, query, request_params) File "/usr/local/searx/searx/search.py", line 97, in search_one_http_request return engine.response(response) File "/usr/local/searx/searx/engines/startpage.py", line 102, in response published_date = parser.parse(date_string, dayfirst=True) File "/usr/local/searx/searx-ve/lib/python3.6/site-packages/dateutil/parser/_parser.py", line 1358, in parse return DEFAULTPARSER.parse(timestr, **kwargs) File "/usr/local/searx/searx-ve/lib/python3.6/site-packages/dateutil/parser/_parser.py", line 649, in parse raise ValueError("Unknown string format:", timestr) ValueError: ('Unknown string format:', '24 Ene 2013') | |||
| 2020-03-01 | bugfix(!biv) : bing-video do not like "older" User-Agents | Markus Heiser | |
| When selecting other languages than 'en', bing-video did not handle the language correct and gave very bad results. Since User-Agent is normaly rotated in searx, the behavior of a !biv search was unpredictable and paging was broken. Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-03-01 | bing_news: parital rollback of c89c05bc | Markus Heiser | |
| The bing_news bug (discussed in #1838) was caused by wrong language tags, which was fixed e0c99d9d / no need to change the bing_news search string. closes: https://github.com/asciimoo/searx/issues/1838 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-03-01 | bugfix: fetch_supported_languages bing, -news, -videos, -images | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-02-25 | bugfix: google-news and bing-news has changed the language parameter | Markus Heiser | |
| closes: https://github.com/asciimoo/searx/issues/1838 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-02-12 | Add eTools engine | piplongrun | |
| 2020-02-08 | [enh] introduce private engines | Noémi Ványi | |
| This PR adds a new setting to engines named `tokens`. It expects a list of tokens which lets searx validate if the request should be accepted or not. | |||
| 2020-01-07 | Fix double-encode error (fixes #1799) | frankdelange | |
| 2020-01-02 | [fix] pep8 | Adam Tauber | |
| 2020-01-02 | [fix] add py3 compatibility | Adam Tauber | |
| 2020-01-02 | [fix] handle empty response | Adam Tauber | |
| 2020-01-02 | [fix] handle missing thumbnail | Adam Tauber | |
| 2020-01-02 | [fix] skip invalid encoded attributes | Adam Tauber | |
| 2020-01-02 | [fix] handle missing result size | Adam Tauber | |
| 2019-12-29 | Merge branch 'master' into fix-engine-spotify | Markus Heiser | |
| 2019-12-21 | remove empty parenthesis in wikipedia's summary | Marc Abonce Seguin | |
| They're usually IPA pronunciations which are removed by the API. | |||
| 2019-12-21 | exclude disambiguation pages from wikipedia infobox | Marc Abonce Seguin | |
| 2019-12-21 | [enh] display error message if gigablast extra param expired | Adam Tauber | |
| 2019-12-21 | [fix] pep8 | Adam Tauber | |