Przeglądaj źródła

[enh] category added

asciimoo 11 lat temu
rodzic
commit
668040e569
1 zmienionych plików z 2 dodań i 0 usunięć
  1. 2
    0
      searx/engines/stackoverflow.py

+ 2
- 0
searx/engines/stackoverflow.py Wyświetl plik

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