content download returns download path on disk

This commit is contained in:
retrozelda
2025-02-09 00:54:16 -05:00
parent e733779737
commit 8de139abd8

View File

@@ -147,4 +147,4 @@ class BeaconContent:
logging.log(helpers.LOG_VERBOSE, f"Starting download for {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}'")
return output_path