Skip to content

Commit

Permalink
Remove debug print, update README
Browse files Browse the repository at this point in the history
  • Loading branch information
wz-bff committed Sep 6, 2024
1 parent bffc5bb commit a59563d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
- Add "open output" button on completion
2 changes: 0 additions & 2 deletions utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a59563d

Please sign in to comment.