diff --git a/core.py b/core.py index 0e48b3e..6b1297f 100644 --- a/core.py +++ b/core.py @@ -290,7 +290,11 @@ def print_files(path, leak_word, c_word, naming_rule, part, cn_sub, json_data, f with open(nfo_path, "wt", encoding='UTF-8') as code: print('', file=code) print("", file=code) - print(" " + naming_rule + "", file=code) + print(" " + naming_rule + "", file=code) + print(" " + naming_rule + "", file=code) + print(" " + naming_rule + "", file=code) + print(" JP-18+", file=code) + print(" JP-18+", file=code) print(" ", file=code) print(" ", file=code) print(" " + studio + "", file=code) @@ -305,7 +309,7 @@ def print_files(path, leak_word, c_word, naming_rule, part, cn_sub, json_data, f try: for key in actor_list: print(" ", file=code) - print(" " + key + "", file=code) + print(" " + key + "", file=code) print(" ", file=code) except: aaaa = '' @@ -337,6 +341,8 @@ def print_files(path, leak_word, c_word, naming_rule, part, cn_sub, json_data, f aaaaaaaa = '' print(" " + number + "", file=code) print(" " + release + "", file=code) + print(" " + release + "", file=code) + print(" " + release + "", file=code) print(" " + cover + "", file=code) if config.getInstance().is_trailer(): print(" " + trailer + "", file=code)