瀏覽代碼

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