Browse Source

[enh] category added

asciimoo 11 years ago
parent
commit
668040e569
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      searx/engines/stackoverflow.py

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

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