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 View File

4
  @website     https://www.google.com
4
  @website     https://www.google.com
5
  @provide-api yes (https://developers.google.com/custom-search/)
5
  @provide-api yes (https://developers.google.com/custom-search/)
6
 
6
 
7
- @using-api   yes
8
- @results     HTML chunk
7
+ @using-api   no
8
+ @results     HTML chunks with JSON inside
9
  @stable      no
9
  @stable      no
10
  @parse       url, title, img_src
10
  @parse       url, title, img_src
11
 """
11
 """