From a65070a72d1deecbcb5bd9a2905120d326a00527 Mon Sep 17 00:00:00 2001 From: asciimoo Date: Sun, 12 Jan 2014 20:13:14 +0100 Subject: [enh] own useragent handling init --- searx/utils.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'searx/utils.py') diff --git a/searx/utils.py b/searx/utils.py index 53300181f..862185922 100644 --- a/searx/utils.py +++ b/searx/utils.py @@ -5,6 +5,10 @@ import codecs import cStringIO import re +def get_useragent(): + # TODO + return "Mozilla/5.0 (X11; Linux x86_64; rv:26.0) Gecko/20100101 Firefox/26.0" + def highlight_content(content, query): if not content: -- cgit v1.2.3