summaryrefslogtreecommitdiff
path: root/searx/engines/acgsou.py
AgeCommit message (Collapse)Author
2021-03-14[drop] Acgsou engine - www.acgsou.com no longer existsMarkus Heiser
- https://www.acgsou.com/ acgsou.com is redirected to 36dm.club - @rinpatch do not plan on maintaining the engine [1] [1] https://github.com/searx/searx/pull/1283#issuecomment-798783585 Signed-off-by: Markus Heiser <markus@darmarit.de>
2021-01-14[enh] engines: add about variableAlexandre Flament
move meta information from comment to the about variable so the preferences, the documentation can show these information
2020-12-09display if an engine does not support httpsNoémi Ványi
Closes #302
2020-12-03[mod] xpath, 1337x, acgsou, apkmirror, archlinux, arxiv: use eval_xpath_* ↵Alexandre Flament
functions
2020-12-01[mod] pylint: numerous minor code fixesAlexandre Flament
2020-11-14[mod] remove unused importAlexandre 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.utilsAlexandre Flament
2020-09-10Drop Python 2 (1/n): remove unicode string and url_utilsDalf
2018-05-05Fix acgsou encoding error on python2 and add unicode characters to unit testtrinpatch
2018-05-03Switch acgsou to httprinpatch
2018-04-27Forgot to remove print command used for debuggingrinpatch
2018-04-27Added unit testrinpatch
2018-04-27Traling whitespacerinpatch
2018-04-27Hopefully fix code style errors(again)(again)rinpatch
2018-04-27Hopefully fix code style errors(again)rinpatch
2018-04-27Hopefully fix code style errorsrinpatch
2018-04-26Added Enginerinpatch