소스 검색

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