yt-dlp
appears reasonably safe (hence the >7K stars on Github). It is a fork of youtube-dlc
(now also a dead project) which was a fork of youtube-dl
.
As you can probably tell, it is much more active in terms of development and has many extra features such as better extractors and other options. In most cases, minimal to no changes are required when transitioning from one to the other. I transitioned a few weeks ago with no problems whatsoever.
As for what happened to the original, I'm not sure anyone has any idea, you could try opening an issue on Github asking about it, but don't expect any responses that aren't from the developers themselves to be reliable.
In general, I think yt-dlp
is better anyway - they process pull requests and respond to issues a lot faster too. I don't see any drawbacks in using it for development over youtube-dl
, except that because it constantly has new commits, it might be considered more unstable (but youtube-dl
is currently inactive anyway, what choice do you have?).
youtube-dl
somewhat regularly without issue. What version are you using?2021.06.06-1
works for me (it's been downloading a vid as I type this without issue). I've had issues on rare occasion in the past; I've submitted a bug report (where it gets behind) & in time a newly patched version is made & issue resolved again. It can have issues with 'new' videos though in my experience; but once over a week old it's gold in my experience. – guiverc Oct 13 '21 at 10:06youtube-dl -U
: youtube-dl is up-to-date (2021.06.06). The problem is that it doesn't download anything faster than approximately 60 Kb/s anymore. I used to be able to bypass this and haveyoutube-dl
use the whole bandwidth, by stopping and restarting the download several times. Now this trick doesn't seem to work anymore. – Stormlord Oct 13 '21 at 11:06