Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-12-27 | [format.python] initial formatting of the python code | Markus Heiser | |
This patch was generated by black [1]:: make format.python [1] https://github.com/psf/black Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
2021-09-06 | [mod] one logger per engine - drop obsolete logger.getChild | Markus Heiser | |
Remove the no longer needed `logger = logger.getChild(...)` from engines. Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
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-09-10 | Drop Python 2 (1/n): remove unicode string and url_utils | Dalf | |
2020-06-15 | [fix] resolve flickr_noapi encoding issues | Adam Tauber | |
2020-01-07 | Fix double-encode error (fixes #1799) | frankdelange | |
2020-01-02 | [fix] skip invalid encoded attributes | Adam Tauber | |
2019-08-02 | [fix] fix flickr_noapi decoding (#1655) | Alexandre Flament | |
Characters that were not ASCII were incorrectly decoded. Add an helper function: searx.utils.ecma_unescape (Python implementation of unescape Javascript function). | |||
2019-07-28 | [enh] flickr_noapi: use complete JSON data block, add 'content', ↵ | Frank de Lange | |
'img_format', 'source', etc. (#1571) Fetch complete JSON data block, use legend to extract images. Unquote urlencoded strings. Add image description as 'content'. Add 'img_format' and 'source' data (needs PR #1567 to enable this data to be displayed). Show images which lack ownerid instead of discarding them. | |||
2017-05-15 | [enh] py3 compatibility | Adam Tauber | |
2016-12-11 | add year to time range to engines which support "Last year" | Noémi Ványi | |
Engines: * Bing images * Flickr (noapi) * Google * Google Images * Google News | |||
2016-12-09 | [mod] do not escape html content in engines | Adam Tauber | |
2016-11-01 | add time range search for flickr | Noémi Ványi | |
2015-05-27 | [fix] flickr engine | Alexandre Flament | |
2015-05-02 | update versions.cfg to use the current up-to-date packages | Alexandre Flament | |
2015-02-02 | Merge branch 'unit-tests' of https://github.com/Cqoicebordel/searx into ↵ | Adam Tauber | |
Cqoicebordel-unit-tests Conflicts: searx/tests/test_engines.py | |||
2015-02-01 | Flickr Noapi unit test | Cqoicebordel | |
2015-02-01 | [mod] python importable engine names | Adam Tauber | |
2015-01-31 | [mod] python importable engine names | Adam Tauber | |