Преглед изворни кода

[doc] correct google images docstring

Adam Tauber пре 9 година
родитељ
комит
8b155f78a5
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2
    2
      searx/engines/google_images.py

+ 2
- 2
searx/engines/google_images.py Прегледај датотеку

@@ -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
 """