From b81558ac71b723d7086845b0d3d4fe9d49b3e3b8 Mon Sep 17 00:00:00 2001 From: Marks Date: Fri, 25 Nov 2022 20:56:39 -0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=20=E6=97=A0=E7=A0=81?= =?UTF-8?q?=E7=A0=B4=E8=A7=A3=20tag?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/core.py b/core.py index 6241cda..9f581d3 100644 --- a/core.py +++ b/core.py @@ -847,6 +847,10 @@ def core_main(movie_path, number_th, oCC, specified_source=None, specified_url=N # 判断是否4k if '4K' in tag: tag.remove('4K') # 从tag中移除'4K' + + # 判断是否为无码破解 + if '无码破解' in tag: + tag.remove('无码破解') # 从tag中移除'无码破解' # try: # props = get_video_properties(movie_path) # 判断是否为4K视频