From 668040e569da7b66c62ad429b71110d1ab5ffd1c Mon Sep 17 00:00:00 2001 From: asciimoo Date: Thu, 17 Oct 2013 21:07:09 +0200 Subject: [PATCH] [enh] category added --- searx/engines/stackoverflow.py | 2 ++ 1 file changed, 2 insertions(+) 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='