summaryrefslogtreecommitdiff
path: root/searx/engines/etools.py
AgeCommit message (Collapse)Author
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-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-02-12Add eTools enginepiplongrun