diff options
Diffstat (limited to 'searx/engines/yahoo.py')
| -rw-r--r-- | searx/engines/yahoo.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/searx/engines/yahoo.py b/searx/engines/yahoo.py index 2334614cb..82f782b9d 100644 --- a/searx/engines/yahoo.py +++ b/searx/engines/yahoo.py @@ -38,6 +38,7 @@ time_range_dict = {'day': ['1d', 'd'], 'week': ['1w', 'w'], 'month': ['1m', 'm']} + # remove yahoo-specific tracking-url def parse_url(url_string): endings = ['/RS', '/RK'] |