commit: 8b155f78a5190d3e982d9d4df61177516c5c3712
parent: 439cf0559ad843f1550a50fd840276ae7cff0af4
Author: Adam Tauber <asciimoo@gmail.com>
Date: Wed, 9 Dec 2015 01:23:05 +0100
[doc] correct google images docstring
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/searx/engines/google_images.py b/searx/engines/google_images.py
@@ -4,8 +4,8 @@
@website https://www.google.com
@provide-api yes (https://developers.google.com/custom-search/)
- @using-api yes
- @results HTML chunk
+ @using-api no
+ @results HTML chunks with JSON inside
@stable no
@parse url, title, img_src
"""