Update core.py
This commit is contained in:
parent
9fb813ae97
commit
a0260d96cb
3
core.py
3
core.py
@ -172,6 +172,9 @@ def getDataFromJSON(file_number): #从JSON返回元数据
|
|||||||
title = title.replace('<', '')
|
title = title.replace('<', '')
|
||||||
title = title.replace('>', '')
|
title = title.replace('>', '')
|
||||||
title = title.replace('|', '')
|
title = title.replace('|', '')
|
||||||
|
tmpArr = cover_small.split(',')
|
||||||
|
if len(tmpArr) > 0:
|
||||||
|
cover_small = tmpArr[0].strip('\"')
|
||||||
# ====================处理异常字符 END================== #\/:*?"<>|
|
# ====================处理异常字符 END================== #\/:*?"<>|
|
||||||
|
|
||||||
naming_rule = eval(config['Name_Rule']['naming_rule'])
|
naming_rule = eval(config['Name_Rule']['naming_rule'])
|
||||||
|
Loading…
Reference in New Issue
Block a user