Judging by the huge number of unresolved issues plus zero activity or communication from the project maintainers, the youtube-dl
project appears to be dead and many of the project's contributors have moved on.
When I use the latest version youtube-dl
, I only get a 75 KB/sec download rate, which can take many hours to download a video, and it doesn't support a site that I recently started using.
I'm not interested in hosting local git
repositories, compiling code, modifying python files or commands.
What alternatives are there to youtube-dl
that are relatively easy to install and are actively supported?
A recent versionupdate to the project by the project's maintainer includes a commit for the resignation of the maintainer which is further evidence that project is abandoned and therefore most likely dead.
The yt-dlp project seems to be what many
youtube-dl
users and contributors have migrated to.Since
yt-dlp
is ultimately a fork ofyoutube-dl
, it is largely a drop-in replacement. For YouTube downloads, it will download at the same rates asyoutube-dl
, but it also includes many upgrades, including support for many new websites to download videos from.The project supports using pip to install:
This same command is also used when updating
yt-dlp
.Basic options and command line usage for
yt-dlp
are nearly identical toyoutube-dl
, but more advanced options have changed so reading the project's main GitHub page is recommended.youtube-dl
is back as the official webpage claims. I usually usebrew
to keep my sanity intact while switching back and forth between Mac and Linux. Just installed it on Ubuntu 20.04brew install youtube-dl
It is working. Happy downloading. Cheers!! youtube-dl working