mirror of
https://github.com/searxng/searxng.git
synced 2024-11-22 12:10:11 +01:00
[enh] category added
This commit is contained in:
parent
f76d80de54
commit
668040e569
@ -3,6 +3,8 @@ from lxml import html
|
|||||||
from urlparse import urljoin
|
from urlparse import urljoin
|
||||||
from cgi import escape
|
from cgi import escape
|
||||||
|
|
||||||
|
categories = ['it']
|
||||||
|
|
||||||
base_url = 'http://stackoverflow.com/'
|
base_url = 'http://stackoverflow.com/'
|
||||||
search_url = base_url+'search?q='
|
search_url = base_url+'search?q='
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user