mirror of
https://github.com/RetroZelda/beacon-snatch.git
synced 2026-06-15 22:38:17 +00:00
content download returns download path on disk
This commit is contained in:
@@ -147,4 +147,4 @@ class BeaconContent:
|
|||||||
logging.log(helpers.LOG_VERBOSE, f"Starting download for {self.title}...")
|
logging.log(helpers.LOG_VERBOSE, f"Starting download for {self.title}...")
|
||||||
helpers.run_ffmpeg_with_progress(command=command, progress_header=f"Downloading \"{self.title}\"")
|
helpers.run_ffmpeg_with_progress(command=command, progress_header=f"Downloading \"{self.title}\"")
|
||||||
logging.log(helpers.LOG_VERBOSE, f"Download saved at '{output_path}'")
|
logging.log(helpers.LOG_VERBOSE, f"Download saved at '{output_path}'")
|
||||||
|
return output_path
|
||||||
|
|||||||
Reference in New Issue
Block a user