Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-14 | [enh] engines: add about variable | Alexandre Flament | |
move meta information from comment to the about variable so the preferences, the documentation can show these information | |||
2020-12-10 | [fix] xpath, mojeek: fix commit 58d72f26925d56e22330c54be03c3dcbee0c4135 | Alexandre Flament | |
before commit 58d72f2, category was not set in xpath.py, so searx/engines/__init__py was setting the category to ['general'] the commit 58d72f2 set the category to [] which is not replaced by searx/engines/__init__.py consequence: the mojeek engine is hidden in the preferences. this commit revert the xpath.py change. close #2368 | |||
2020-12-03 | [mod] xpath, 1337x, acgsou, apkmirror, archlinux, arxiv: use eval_xpath_* ↵ | Alexandre Flament | |
functions | |||
2020-11-03 | [mod] pylint: minor code change to allow pylint globally | Alexandre Flament | |
This commit is only a step, it doesn't fix all the issues reported by pylint | |||
2020-10-25 | [enh] Add onions category with Ahmia, Not Evil and Torch | a01200356 | |
Xpath engine and results template changed to account for the fact that archive.org doesn't cache .onions, though some onion engines migth have their own cache. Disabled by default. Can be enabled by setting the SOCKS proxies to wherever Tor is listening and setting using_tor_proxy as True. Requires Tor and updating packages. To avoid manually adding the timeout on each engine, you can set extra_proxy_timeout to account for Tor's (or whatever proxy used) extra time. | |||
2020-10-02 | [mod] move extract_text, extract_url to searx.utils | Alexandre Flament | |
2020-09-10 | Drop Python 2 (1/n): remove unicode string and url_utils | Dalf | |
2020-07-23 | Fix relative urls that do not start with '/' | xywei | |
2019-11-15 | [mod] speed optimization | Dalf | |
compile XPath only once avoid redundant call to urlparse get_locale(webapp.py): avoid useless call to request.accept_languages.best_match | |||
2019-07-25 | [fix] fixes google play engines (#1651) | Alexandre Flament | |
update commit 87baa74a863ac74ae4c86bbfcb04148ba7f70696 | |||
2019-07-25 | [fix] fixes google play engines and adds thumbnails to their results (#1612) | Venca24 | |
fix google play apps, google play apps, google play music engines xpath engine: thumbnail_xpath can define an optional thumbnail | |||
2018-04-08 | [fix] append http if no scheme is provided in xpath's extact_url | Marc Abonce Seguin | |
This solves a bug with Yahoo where some results don't specify a protocol. | |||
2017-05-22 | [fix] produce valid urls if scheme is missing | Adam Tauber | |
2017-05-15 | [enh] py3 compatibility | Adam Tauber | |
2017-01-17 | [fix] allow empty content | David A Roberts | |
2016-12-31 | [fix] extract_text: use html.tostring instead html_to_text. Fix #711 | Alexandre Flament | |
2016-08-14 | [fix] behaviour for page_size>1 and first_page_num>0 | David A Roberts | |
eg. pageno=1,21,41,... instead of 20,40,60,... | |||
2016-03-28 | Add paging support to XPath & Erowid engines | Kirill Isakov | |
2016-01-18 | [fix] pep8 compatibilty | Adam Tauber | |
2015-01-25 | Sanitize extract_text | Cqoicebordel | |
2014-03-04 | [fix] error when xpath_results in extraxt_text is _ElementUnicodeResult ↵ | potato | |
instead of _ElementStringResult | |||
2014-02-11 | [mod] len() removed from conditions | asciimoo | |
2014-01-30 | [fix] function parameters | asciimoo | |
2014-01-30 | [fix] function parameters | asciimoo | |
2014-01-30 | [enh] importable url extractor | asciimoo | |
2014-01-23 | [fix] html tag removal | asciimoo | |
2014-01-20 | [fix] pep/flake8 compatibility | asciimoo | |
2014-01-12 | [fix] whitespaces removed | asciimoo | |
2014-01-05 | [mod][fix] xpath engine simplified, yahoo engine never returns truncated urls | Dalf | |
2013-12-30 | xpath engine: bug fix | dalf | |
2013-11-13 | [enh] suggestion support for xpath engine | asciimoo | |
2013-11-09 | [enh] removing result html tags | asciimoo | |
2013-10-27 | [fix] urlparsing fix | asciimoo | |
2013-10-26 | [enh] xpath engine absolute xpath support | asciimoo | |
2013-10-26 | [enh] xpath engine added | asciimoo | |