From 8de139abd809d2d8ce0313fa135d5884ad9f46f9 Mon Sep 17 00:00:00 2001 From: retrozelda Date: Sun, 9 Feb 2025 00:54:16 -0500 Subject: [PATCH] content download returns download path on disk --- beacon_snatch/content.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beacon_snatch/content.py b/beacon_snatch/content.py index 34868d4..de9027d 100644 --- a/beacon_snatch/content.py +++ b/beacon_snatch/content.py @@ -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