Bläddra i källkod

[doc] correct google images docstring

Adam Tauber 9 år sedan
förälder
incheckning
8b155f78a5
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2
    2
      searx/engines/google_images.py

+ 2
- 2
searx/engines/google_images.py Visa fil

@@ -4,8 +4,8 @@
4 4
  @website     https://www.google.com
5 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 9
  @stable      no
10 10
  @parse       url, title, img_src
11 11
 """