Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-03-11 | [mod] pylint all engines without PYLINT_SEARXNG_DISABLE_OPTION | Markus Heiser | |
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
2023-09-11 | [fix] engine deviantart: review of the result-scrapper | Bnyro | |
The deviantart site changed and hence deviantart is currently unusable. | |||
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-07 | [pylint] engines: drop no longer needed 'missing-function-docstring' | Markus Heiser | |
Suggested-by: @dalf https://github.com/searxng/searxng/issues/102#issuecomment-914168470 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
2021-04-26 | [pylint] tag PYLINT_FILES by comment `# lint: pylint` | Markus Heiser | |
These py files are linted by `test.pylint`, all other files are linted by `test.pep8`. 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-11-14 | [refactor] deviantart - improve results and clean up source code | Markus Heiser | |
Devian's request and response forms has been changed. - fixed title - fixed time_range_dict to 'popular-*-***' - use image from <noscript> if exists - drop obsolete "http to https, remove domain sharding" - use query URL https://www.deviantart.com/search/deviations?page=5&q=foo - add searx/engines/deviantart.py to pylint check (test.pylint) Error pattern:: There DEBUG:searx:result: invalid title: {'url': 'https://www.deviantart.com/ ... Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
2020-11-14 | [mod] remove unused import | Alexandre Flament | |
use from searx.engines.duckduckgo import _fetch_supported_languages, supported_languages_url # NOQA so it is possible to easily remove all unused import using autoflake: autoflake --in-place --recursive --remove-all-unused-imports searx tests | |||
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 | |
2019-10-16 | [fix] pep8 | Adam Tauber | |
2019-10-16 | [fix] update devianart engine | Adam Tauber | |
2017-05-15 | [enh] py3 compatibility | Adam Tauber | |
2016-12-11 | add year filter to engines with time range support && tests | Noémi Ványi | |
Following engines does not support "Last year": * Bing News * DeviantArt * DuckDuckGo * Yahoo * YouTube (noapi) | |||
2016-07-26 | [fix] time range detection | Adam Tauber | |
2016-07-25 | add time range search for deviantart | Noemi Vanyi | |
2016-07-19 | [fix] deviantart engine xpaths | Noemi Vanyi | |
2016-07-11 | Fix anomalous backslash in string | stepshal | |
2016-01-18 | [fix] pep8 compatibilty | Adam Tauber | |
2015-05-02 | Merge pull request #308 from dalf/versions_upgrade | Adam Tauber | |
update versions.cfg to use the current up-to-date packages | |||
2015-05-02 | update versions.cfg to use the current up-to-date packages | Alexandre Flament | |
2015-05-02 | [enh] reduce the number of http outgoing connections. | Alexandre Flament | |
engines that still use http : gigablast, bing image for thumbnails, 1x and dbpedia autocompleter | |||
2015-01-29 | Deviant Art's unit test | Cqoicebordel | |
2015-01-17 | Flake8 | Cqoicebordel | |
2015-01-17 | Add thumbnails in images results | Cqoicebordel | |
- Modify engines to create/fetch an URL for the thumbnails - Modify themes to show thumbnails instead of full images. In Courgette, the result is not very beautiful. Should we change it ? | |||
2014-12-07 | [fix] pep8 : engines (errors E121, E127, E128 and E501 still exist) | dalf | |
2014-09-02 | little refactoring | Thomas Pointhuber | |
2014-09-02 | add comments to deviantart engine | Thomas Pointhuber | |
2014-07-09 | [fix] unused globals removed | Adam Tauber | |
2014-02-05 | Improves PEP8 compatibility. | Gabor Nagy | |
2014-01-30 | [enh] paging support for deviantart | asciimoo | |
2014-01-20 | [fix] pep/flake8 compatibility | asciimoo | |
2013-10-22 | [fix] debug print removed | asciimoo | |
2013-10-22 | [enh][mod] using image template rendering | asciimoo | |
2013-10-20 | [fix] link attrib | asciimoo | |
2013-10-20 | [enh] deviantart engine added | asciimoo | |