diff options
| author | Cqoicebordel <Cqoicebordel@users.noreply.github.com> | 2015-01-17 19:24:35 +0100 |
|---|---|---|
| committer | Cqoicebordel <Cqoicebordel@users.noreply.github.com> | 2015-01-17 19:24:35 +0100 |
| commit | 4238812a5190834da06bbcd148e6d551713c1a01 (patch) | |
| tree | 1cea34576ff2524a16a6107bb15de16ffeff4e06 /searx/engines/deviantart.py | |
| parent | cb4a3fe598707fc42f86ea3f7bcf517dcd4db660 (diff) | |
Flake8
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 |