-
Notifications
You must be signed in to change notification settings - Fork 10k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
abort download if download rate is less than X (100KB) , --abort-dl-rate <100KB #29790
Comments
Yes, but it ain't yt-dl's fault. Dunno what site you're reffing to, but I'm had the same problem with YT for a few days by now, but most likely cuz of the mass-downloading cuz I'm behind. |
I too have been having this issue quite frequently when downloading YouTube playlists where speeds suddenly appear to be throttled to very low values (e.g. ~60KiB/s vs. upwards of 3MiB/s normally). Currently I Using this proposed feature, I assume the initial poster would assume that youtube-dl would detect the slower download speed, break execution and then automatically re-attempt a connection+download a set number of times until a faster speed is once again reached. If not, an error message could be produced. |
Same issue as #29326. The solution is to encode the n parameter in the streams the same way that youtube/embed players do it. Clearly, the throttle is to discourage downloads. |
Fixes ytdl-org#29326, closes ytdl-org#29790, closes ytdl-org#30004, closes ytdl-org#30024, closes ytdl-org#30052, closes ytdl-org#30088, closes ytdl-org#30097, closes ytdl-org#30102, closes ytdl-org#30109, closes ytdl-org#30119, closes ytdl-org#30125, closes ytdl-org#30128, closes ytdl-org#30162, closes ytdl-org#30173, closes ytdl-org#30186, closes ytdl-org#30192, closes ytdl-org#30221, closes ytdl-org#30239, closes ytdl-org#30539, closes ytdl-org#30552.
Checklist
Description
WRITE DESCRIPTION HERE
aborting the download , if the download rate is less than 100KB would enable me to resume high speed downloads, by restarting youtube-dl..., using a bash script
The text was updated successfully, but these errors were encountered: