Remove series in <genre> and <tag> in nfo file (series in <set>)
This commit is contained in:
4
core.py
4
core.py
@@ -374,7 +374,7 @@ def print_files(path, leak_word, c_word, naming_rule, part, cn_sub, json_data, f
|
|||||||
try:
|
try:
|
||||||
for i in tag:
|
for i in tag:
|
||||||
print(" <tag>" + i + "</tag>", file=code)
|
print(" <tag>" + i + "</tag>", file=code)
|
||||||
print(" <tag>" + series + "</tag>", file=code)
|
# print(" <tag>" + series + "</tag>", file=code)
|
||||||
except:
|
except:
|
||||||
aaaaa = ''
|
aaaaa = ''
|
||||||
if cn_sub == '1':
|
if cn_sub == '1':
|
||||||
@@ -388,7 +388,7 @@ def print_files(path, leak_word, c_word, naming_rule, part, cn_sub, json_data, f
|
|||||||
try:
|
try:
|
||||||
for i in tag:
|
for i in tag:
|
||||||
print(" <genre>" + i + "</genre>", file=code)
|
print(" <genre>" + i + "</genre>", file=code)
|
||||||
print(" <genre>" + series + "</genre>", file=code)
|
# print(" <genre>" + series + "</genre>", file=code)
|
||||||
except:
|
except:
|
||||||
aaaaaaaa = ''
|
aaaaaaaa = ''
|
||||||
print(" <num>" + number + "</num>", file=code)
|
print(" <num>" + number + "</num>", file=code)
|
||||||
|
|||||||
Reference in New Issue
Block a user