From aabaf491b93aa55e3f9e6c93c5148f2355338dce Mon Sep 17 00:00:00 2001 From: "loveritsu929@home" Date: Thu, 15 Jul 2021 00:57:03 +0800 Subject: [PATCH] trailer is named with '-cd1' tag for multi-part movies if that matters for some media management software... --- core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core.py b/core.py index 0852d2b..66b6a0f 100755 --- a/core.py +++ b/core.py @@ -802,7 +802,7 @@ def core_main(file_path, number_th, conf: config.Config): try: # 下载预告片 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: pass try: