@@ -192,7 +192,9 @@ class Core(CorePluginBase):
|
|||||||
|
|
||||||
# Override destination if in_place_extraction is set
|
# Override destination if in_place_extraction is set
|
||||||
if self.config["in_place_extraction"]:
|
if self.config["in_place_extraction"]:
|
||||||
dest = os.path.split(f["path"])[0]
|
name = tid_status["name"]
|
||||||
|
save_path = tid_status["download_location"]
|
||||||
|
dest = os.path.join(save_path, name)
|
||||||
log.info("Save path is %s, dest is %s, fpath is %s", save_path, dest, fpath)
|
log.info("Save path is %s, dest is %s, fpath is %s", save_path, dest, fpath)
|
||||||
|
|
||||||
# Create the destination folder if it doesn't exist
|
# Create the destination folder if it doesn't exist
|
||||||
|
|||||||
Reference in New Issue
Block a user