4
core.py
4
core.py
@@ -847,6 +847,10 @@ def core_main(movie_path, number_th, oCC, specified_source=None, specified_url=N
|
|||||||
# 判断是否4k
|
# 判断是否4k
|
||||||
if '4K' in tag:
|
if '4K' in tag:
|
||||||
tag.remove('4K') # 从tag中移除'4K'
|
tag.remove('4K') # 从tag中移除'4K'
|
||||||
|
|
||||||
|
# 判断是否为无码破解
|
||||||
|
if '无码破解' in tag:
|
||||||
|
tag.remove('无码破解') # 从tag中移除'无码破解'
|
||||||
|
|
||||||
# try:
|
# try:
|
||||||
# props = get_video_properties(movie_path) # 判断是否为4K视频
|
# props = get_video_properties(movie_path) # 判断是否为4K视频
|
||||||
|
|||||||
Reference in New Issue
Block a user