summaryrefslogtreecommitdiff
path: root/searx/plugins/tracker_url_remover.py
AgeCommit message (Collapse)Author
2019-10-22fix out of range error in tracker remover pluginMarc Abonce Seguin
2019-10-16add initial support for offline engines && command engineNoémi Ványi
2019-10-14[fix] pep8Adam Tauber
2019-10-14[fix] update query params sanitization - closes #722Adam Tauber
2017-08-06[enh] add simple theme (WIP)Alexandre Flament
2017-05-15[enh] py3 compatibilityAdam Tauber
2016-11-02Change plugin API :dalf
- pre_search(request, search) - post_search(request, search) - on_result(request, search, result) with - request is the Flask request - search a searx.Search instance - result a searx result as usual
2016-07-04[enh][fix] update to latest dependencies ++ fix tests & travis test runnerAdam Tauber
WARNING: dependency changes
2015-06-18Use parsed_urlCqoicebordel
2015-06-15A bit of cleanup of the codeCqoicebordel
- regexes in a array - regexes applied only on the last part of the url
2015-06-09Add a plugin to remove trackers from results URLsCqoicebordel