diff options
| author | asciimoo <asciimoo@gmail.com> | 2013-10-17 21:07:09 +0200 |
|---|---|---|
| committer | asciimoo <asciimoo@gmail.com> | 2013-10-17 21:07:09 +0200 |
| commit | 668040e569da7b66c62ad429b71110d1ab5ffd1c (patch) | |
| tree | e959194cbc30ccc881ad117503c00aae872bdc1c /searx/engines/stackoverflow.py | |
| parent | f76d80de543996f9a90eaf46e226354ad4681731 (diff) | |
[enh] category added
Diffstat (limited to 'searx/engines/stackoverflow.py')
| -rw-r--r-- | searx/engines/stackoverflow.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/searx/engines/stackoverflow.py b/searx/engines/stackoverflow.py index 24afe9eac..2efce08d6 100644 --- a/searx/engines/stackoverflow.py +++ b/searx/engines/stackoverflow.py @@ -3,6 +3,8 @@ from lxml import html from urlparse import urljoin from cgi import escape +categories = ['it'] + base_url = 'http://stackoverflow.com/' search_url = base_url+'search?q=' |