Sfoglia il codice sorgente

[enh] category added

asciimoo 11 anni fa
parent
commit
668040e569
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2
    0
      searx/engines/stackoverflow.py

+ 2
- 0
searx/engines/stackoverflow.py Vedi File

@@ -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