summaryrefslogtreecommitdiff
path: root/searx/engines/xpath.py
AgeCommit message (Expand)Author
2024-11-29[mod] hardening xpath engine: ignore empty resultsMarkus Heiser
2024-11-28[feat] json/xpath engine: config option for method and bodyBnyro
2024-05-16[mod] simple theme: drop img_src from default resultsMarkus Heiser
2024-03-11[mod] pylint all engines without PYLINT_SEARXNG_DISABLE_OPTIONMarkus Heiser
2023-09-18[fix] spellingjazzzooo
2023-07-01[doc] rearranges Settings & Engines docs for better readabilityMarkus Heiser
2022-09-27[fix] typos / reported by @kianmeng in searx PR-3366Markus Heiser
2022-09-04xpath engine: change raise_for_httperror to no_result_for_http_statusAlexandre FLAMENT
2022-09-04[fix] engine woxikon.de - don't raise exception on empty result listMarkus Heiser
2022-04-17[fix[ Update only cookies/headersAllen
2022-04-17[lint] Remove whitespaceAllen
2022-04-16[enh] Allow passing headers/cookies from settings.ymlAllen
2021-12-27[format.python] initial formatting of the python codeMarkus Heiser
2021-09-11[mod] xpath engine: remove logging of the requested URLAlexandre Flament
2021-09-07[pylint] engines: drop no longer needed 'missing-function-docstring'Markus Heiser
2021-09-07[fix] add 'categories' to PYLINT_ADDITIONAL_BUILTINS_FOR_ENGINESMarkus Heiser
2021-09-06[mod] one logger per engine - drop obsolete logger.getChildMarkus Heiser
2021-09-04[fix] remove minimum length of content for XPath engineMarkus Heiser
2021-05-23[enh] XPath engine - add time safe-search supportMarkus Heiser
2021-05-23[enh] XPath engine - add time range supportMarkus Heiser
2021-05-23[enh] XPath engine - add ISO 639-1 {lang} replacement to search-URLMarkus Heiser
2021-05-23[doc] add documentation about the XPath engineMarkus Heiser
2021-05-17[enh] xpath engine - add request parameter 'soft_max_redirects'Markus Heiser
2021-01-14[enh] engines: add about variableAlexandre Flament
2020-12-10[fix] xpath, mojeek: fix commit 58d72f26925d56e22330c54be03c3dcbee0c4135Alexandre Flament
2020-12-03[mod] xpath, 1337x, acgsou, apkmirror, archlinux, arxiv: use eval_xpath_* fun...Alexandre Flament
2020-11-03[mod] pylint: minor code change to allow pylint globallyAlexandre Flament
2020-10-25[enh] Add onions category with Ahmia, Not Evil and Torcha01200356
2020-10-02[mod] move extract_text, extract_url to searx.utilsAlexandre Flament
2020-09-10Drop Python 2 (1/n): remove unicode string and url_utilsDalf
2020-07-23Fix relative urls that do not start with '/'xywei
2019-11-15[mod] speed optimizationDalf
2019-07-25[fix] fixes google play engines (#1651)Alexandre Flament
2019-07-25[fix] fixes google play engines and adds thumbnails to their results (#1612)Venca24
2018-04-08[fix] append http if no scheme is provided in xpath's extact_urlMarc Abonce Seguin
2017-05-22[fix] produce valid urls if scheme is missingAdam Tauber
2017-05-15[enh] py3 compatibilityAdam Tauber
2017-01-17[fix] allow empty contentDavid A Roberts
2016-12-31[fix] extract_text: use html.tostring instead html_to_text. Fix #711Alexandre Flament
2016-08-14[fix] behaviour for page_size>1 and first_page_num>0David A Roberts
2016-03-28Add paging support to XPath & Erowid enginesKirill Isakov
2016-01-18[fix] pep8 compatibiltyAdam Tauber
2015-01-25Sanitize extract_textCqoicebordel
2014-03-04[fix] error when xpath_results in extraxt_text is _ElementUnicodeResult inste...potato
2014-02-11[mod] len() removed from conditionsasciimoo
2014-01-30[fix] function parametersasciimoo
2014-01-30[fix] function parametersasciimoo
2014-01-30[enh] importable url extractorasciimoo
2014-01-23[fix] html tag removalasciimoo
2014-01-20[fix] pep/flake8 compatibilityasciimoo