From 3d61d9b9308df7e07ab5ccee6e2f323652b4be2d Mon Sep 17 00:00:00 2001 From: Thomas Pointhuber Date: Tue, 2 Sep 2014 17:13:44 +0200 Subject: little refactoring --- searx/engines/deviantart.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'searx/engines/deviantart.py') 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 -- cgit v1.2.3