diff options
Diffstat (limited to 'searx/engines/blekko_images.py')
-rw-r--r-- | searx/engines/blekko_images.py | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/searx/engines/blekko_images.py b/searx/engines/blekko_images.py index 2e7ec904f..93ac6616b 100644 --- a/searx/engines/blekko_images.py +++ b/searx/engines/blekko_images.py @@ -1,12 +1,14 @@ -## Blekko (Images) -# -# @website https://blekko.com -# @provide-api yes (inofficial) -# -# @using-api yes -# @results JSON -# @stable yes -# @parse url, title, img_src +""" + Blekko (Images) + + @website https://blekko.com + @provide-api yes (inofficial) + + @using-api yes + @results JSON + @stable yes + @parse url, title, img_src +""" from json import loads from urllib import urlencode |