解析逻辑优化

This commit is contained in:
hjdhnx 2023-10-03 17:06:27 +08:00
parent 2b6bd6a65e
commit 0f7bdde324

View File

@ -86,6 +86,7 @@ def parse_home(filename):
env = get_env() env = get_env()
py_ctx.update({ py_ctx.update({
'vipUrl': url, 'vipUrl': url,
'realUrl': '',
'input': url, 'input': url,
'fetch_params': {'headers': {'Referer':url}, 'timeout': 10, 'encoding': 'utf-8'}, 'fetch_params': {'headers': {'Referer':url}, 'timeout': 10, 'encoding': 'utf-8'},
'jsp':jsp, 'jsp':jsp,