diff options
author | Thomas Pointhuber <thomas.pointhuber@gmx.at> | 2014-09-02 17:13:44 +0200 |
---|---|---|
committer | Thomas Pointhuber <thomas.pointhuber@gmx.at> | 2014-09-02 17:13:44 +0200 |
commit | 3d61d9b9308df7e07ab5ccee6e2f323652b4be2d (patch) | |
tree | ade7e0d9139d8b85426be92ca67701ab03000867 /searx/engines/deviantart.py | |
parent | 16d15268181d536f1cf7126674619e942fc23b99 (diff) | |
download | searxng-3d61d9b9308df7e07ab5ccee6e2f323652b4be2d.tar.gz searxng-3d61d9b9308df7e07ab5ccee6e2f323652b4be2d.zip |
little refactoring
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 29386f71d..ff5e1d465 100644 --- a/searx/engines/deviantart.py +++ b/searx/engines/deviantart.py @@ -6,7 +6,7 @@ # @using-api no (TODO, rewrite to api) # @results HTML # @stable no (HTML can change) -# @parse url, title, thumbnail +# @parse url, title, thumbnail, img_src # # @todo rewrite to api |