diff options
Diffstat (limited to 'searx/engines/deviantart.py')
-rw-r--r-- | searx/engines/deviantart.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/searx/engines/deviantart.py b/searx/engines/deviantart.py index ff5e1d465..d436e8163 100644 --- a/searx/engines/deviantart.py +++ b/searx/engines/deviantart.py @@ -1,8 +1,8 @@ ## Deviantart (Images) -# +# # @website https://www.deviantart.com/ # @provide-api yes (https://www.deviantart.com/developers/) (RSS) -# +# # @using-api no (TODO, rewrite to api) # @results HTML # @stable no (HTML can change) |