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