无论有码无码均优先采信网站结果

This commit is contained in:
lededev
2022-04-11 00:18:40 +08:00
parent e5bc900b40
commit 9c1baef0b7

View File

@@ -705,8 +705,9 @@ def core_main(movie_path, number_th, oCC):
# 判断是否无码 # 判断是否无码
uncensored = 1 if is_uncensored(number) else 0 uncensored = 1 if is_uncensored(number) else 0
if json_data.get('无码'): unce = json_data.get('无码')
uncensored = 1 if type(unce) is bool:
uncensored = 1 if unce else 0
if '流出' in movie_path or 'uncensored' in movie_path: if '流出' in movie_path or 'uncensored' in movie_path:
liuchu = '流出' liuchu = '流出'