Browse Source

[doc] correct google images docstring

Adam Tauber 9 years ago
parent
commit
8b155f78a5
1 changed files with 2 additions and 2 deletions
  1. 2 2
      searx/engines/google_images.py

+ 2 - 2
searx/engines/google_images.py

@@ -4,8 +4,8 @@
  @website     https://www.google.com
  @website     https://www.google.com
  @provide-api yes (https://developers.google.com/custom-search/)
  @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
  @stable      no
  @parse       url, title, img_src
  @parse       url, title, img_src
 """
 """