From 925ae9842c59aef0eb7e7cce04abbf68a9473b1a Mon Sep 17 00:00:00 2001 From: todoXu Date: Mon, 25 Sep 2023 17:00:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dnfo=E5=91=BD=E5=90=8D-UC-UC?= =?UTF-8?q?=E9=87=8D=E5=A4=8D=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/core.py b/core.py index 0a9b4b6..57c2eff 100644 --- a/core.py +++ b/core.py @@ -875,15 +875,13 @@ def core_main(movie_path, number_th, oCC, specified_source=None, specified_url=N if re.search(r'[-_]UC(\.\w+$|-\w+)', movie_path, re.I): cn_sub = True - c_word = '-UC' # + hack_word = '-UC' # hack = True - hack_word = "-UC" if re.search(r'[-_]U(\.\w+$|-\w+)', movie_path, re.I):# hack = True - hack_word = "-U" - + hack_word = '-U' # 判断是否无码 unce = json_data.get('无码') uncensored = int(unce) if isinstance(unce, bool) else int(is_uncensored(number))