Explorar el Código

[enh] category added

asciimoo hace 11 años
padre
commit
668040e569
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2
    0
      searx/engines/stackoverflow.py

+ 2
- 0
searx/engines/stackoverflow.py Ver fichero

@@ -3,6 +3,8 @@ from lxml import html
3 3
 from urlparse import urljoin
4 4
 from cgi import escape
5 5
 
6
+categories = ['it']
7
+
6 8
 base_url = 'http://stackoverflow.com/'
7 9
 search_url = base_url+'search?q='
8 10