From 57af29c0596afa81e9c05f84a8d601c7378a607b Mon Sep 17 00:00:00 2001 From: Joseph Cheung Date: Mon, 27 Feb 2023 20:47:50 +0800 Subject: [PATCH] c --- searx/webapp.py | 595 +++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 594 insertions(+), 1 deletion(-) diff --git a/searx/webapp.py b/searx/webapp.py index 53626d99a..09521a23b 100755 --- a/searx/webapp.py +++ b/searx/webapp.py @@ -1151,7 +1151,600 @@ const search_queryquery = "''' + search_query.query.replace('"',"") + r'''" const search_type = "''' + search_type + r'''" const net_search = ''' + net_search_str + r'''