trailer is named with '-cd1' tag for multi-part movies
if that matters for some media management software...
This commit is contained in:
2
core.py
2
core.py
@@ -802,7 +802,7 @@ def core_main(file_path, number_th, conf: config.Config):
|
|||||||
try:
|
try:
|
||||||
# 下载预告片
|
# 下载预告片
|
||||||
if json_data.get('trailer'):
|
if json_data.get('trailer'):
|
||||||
trailer_download(json_data.get('trailer'), leak_word, c_word, number.split('-cd')[0], path, filepath, conf)
|
trailer_download(json_data.get('trailer'), leak_word, c_word, number, path, filepath, conf)
|
||||||
except:
|
except:
|
||||||
pass
|
pass
|
||||||
try:
|
try:
|
||||||
|
|||||||
Reference in New Issue
Block a user