diff --git a/README.md b/README.md index ae9e8a4..a0c5fd4 100644 --- a/README.md +++ b/README.md @@ -68,5 +68,4 @@ No Mac build yet. Sorry :( - Add other filetype options for output besides mp4. - Add multiprocessing to video writing + switch to using raw FFMPEG instead of moviepy for maximum speed - Add a "model download center" to avoid having to pack models in with the releases -- Add "open output" button on completion -- Can't submit youtube channel URL \ No newline at end of file +- Add "open output" button on completion \ No newline at end of file diff --git a/utils.py b/utils.py index 36ee665..db52b10 100644 --- a/utils.py +++ b/utils.py @@ -173,8 +173,6 @@ def download_video(url: str, filename: str, output_location: str, max_quality: s if max_speed > 0: ydl_opts['limit_rate'] = f"{max_speed}K" - print(ydl_opts) - with open(os.devnull, 'w') as devnull: attempts = 0 while attempts < n_retries: