Update 1.5

This commit is contained in:
Yoshiko
2019-11-06 21:08:57 +08:00
committed by GitHub
parent fe12a05f8f
commit d84767c609
4 changed files with 6 additions and 6 deletions

View File

@@ -30,7 +30,7 @@ else:
print("retry=3", file=code)
print("", file=code)
print("[Name_Rule]", file=code)
print("location_rule='JAV_output/'+actor+'/'+number",file=code)
print("location_rule=actor+'/'+number",file=code)
print("naming_rule=number+'-'+title",file=code)
print("", file=code)
print("[update]",file=code)