youtube-dl-rs
youtube-dl-rs copied to clipboard
One specific video never downloads fully
I've been testing the wrapper and came across an issue where a video with id C48bGnImM5s
never downloads fully. Any sync or async download method I use exits by the time only the .part
of the video is downloaded.
When testing withyt-dlp
directly, the video downloads.
I am testing by passing the entire URL as opposed to the video id:
https://www.youtube.com/watch?v=C48bGnImM5s
Any ideas?