diff options
Diffstat (limited to 'searx/engines/deviantart.py')
| -rw-r--r-- | searx/engines/deviantart.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/engines/deviantart.py b/searx/engines/deviantart.py index 2c6661cef..6284cf598 100644 --- a/searx/engines/deviantart.py +++ b/searx/engines/deviantart.py @@ -43,7 +43,7 @@ def response(resp): return [] dom = html.fromstring(resp.text) - + regex = re.compile('\/200H\/') # parse results |