mirror of https://github.com/searxng/searxng.git
[mod] category -> images
This commit is contained in:
parent
7c11c7056f
commit
b305af4541
|
@ -4,7 +4,7 @@ from urllib import quote
|
||||||
from lxml import html
|
from lxml import html
|
||||||
from urlparse import urljoin
|
from urlparse import urljoin
|
||||||
|
|
||||||
categories = ['test']
|
categories = ['images']
|
||||||
|
|
||||||
base_url = 'https://www.google.com/'
|
base_url = 'https://www.google.com/'
|
||||||
search_url = base_url+'search?tbm=isch&hl=en&q='
|
search_url = base_url+'search?tbm=isch&hl=en&q='
|
||||||
|
|
Loading…
Reference in New Issue