2022.01.31 anilife 버그 픽스
This commit is contained in:
@@ -1368,7 +1368,7 @@ class AniLifeQueueEntity(FfmpegQueueEntity):
|
||||
self.savepath = P.ModelSetting.get("anilife_download_path")
|
||||
logger.info(f"self.savepath::> {self.savepath}")
|
||||
|
||||
if P.ModelSetting.get_bool("anlife_auto_make_folder"):
|
||||
if P.ModelSetting.get_bool("anilife_auto_make_folder"):
|
||||
if self.info["day"].find("완결") != -1:
|
||||
folder_name = "%s %s" % (
|
||||
P.ModelSetting.get("anilife_finished_insert"),
|
||||
@@ -1383,6 +1383,9 @@ class AniLifeQueueEntity(FfmpegQueueEntity):
|
||||
self.savepath, "Season %s" % int(self.season)
|
||||
)
|
||||
self.filepath = os.path.join(self.savepath, self.filename)
|
||||
# print(self.filepath)
|
||||
# exit
|
||||
|
||||
if not os.path.exists(self.savepath):
|
||||
os.makedirs(self.savepath)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user