From 0f7bdde324a02625b3029187cc678e387aa52825 Mon Sep 17 00:00:00 2001 From: hjdhnx Date: Tue, 3 Oct 2023 17:06:27 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E6=9E=90=E9=80=BB=E8=BE=91=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- controllers/parse.py | 1 + 1 file changed, 1 insertion(+) diff --git a/controllers/parse.py b/controllers/parse.py index 9516cab..af38dc4 100644 --- a/controllers/parse.py +++ b/controllers/parse.py @@ -86,6 +86,7 @@ def parse_home(filename): env = get_env() py_ctx.update({ 'vipUrl': url, + 'realUrl': '', 'input': url, 'fetch_params': {'headers': {'Referer':url}, 'timeout': 10, 'encoding': 'utf-8'}, 'jsp':jsp,