youtube-dl VS yt-dlp

Compare youtube-dl vs yt-dlp and see what are their differences.

youtube-dl

Command-line program to download videos from YouTube.com and other video sites (by animelover1984)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
youtube-dl yt-dlp
28 2,360
280 70,636
- 5.2%
0.0 9.8
about 1 year ago about 18 hours ago
Python Python
GNU General Public License v3.0 or later The Unlicense
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

youtube-dl

Posts with mentions or reviews of youtube-dl. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-09-15.
  • ERROR: urlopen error [Errno 11001] getaddrinfo failed
    1 project | /r/youtubedl | 6 Nov 2021
    Notes: I'm not using vpns. I'm using a special version of ytdl designed for niconico. It has not been updated in over a year: https://github.com/animelover1984/youtube-dl
  • Youtube video analysis with youtube_dl inconsistent, sometimes giving errors
    4 projects | /r/webdev | 15 Sep 2021
    You might get more consistent results with a fork, most of which have already fixed this issue. Some popular ones are yt-dlp/yt-dlp, blackjack4494/youtube-dlc and animelover1984/youtube-dl. Please note though these might not be drop-in replacements
  • youtube-dl is (possibly) dead
    7 projects | news.ycombinator.com | 24 Aug 2021
    Months before the lawsuit, there were plenty of people complaining that youtube-dl's maintainers closed issues without any reason given. Here is one illuminating example:

    https://github.com/ytdl-org/youtube-dl/issues/23860

    And there is also an entire fork that fixes the support for just a single provider, Niconico, because the maintainers ignored its issues.

    https://github.com/animelover1984/youtube-dl

    A quote from its README:

    All code in this project is licensed solely with the condition that any portion of it is not permitted to be used in the main youtube-dl fork, either directly or indirectly. It is also not permitted to be used in any project that contains contributions from either remitamine or dstftw.

    It seems that youtube-dl was a dysfunctionally managed project at the time of the lawsuit, and happened to ride out on the good PR for a couple of months, before returning to stagnation once again.

    To me it sounds like a plugin system would have prevented centralization and the need for forks, but would have made distribution harder for average users.

  • Horahora: youtube-dl Frontend for Niconico, Bilibili, and Youtube
    3 projects | /r/youtubedl | 15 Aug 2021
    It does, I wrote the tool. I started https://github.com/animelover1984/youtube-dl to add features for Horahora.
  • downloading niconico videos problem
    1 project | /r/youtubedl | 2 Aug 2021
    animelover1984's fork have a unique niconico extractor, supports livestreams
  • Niconico videos don't download because of Unable to find video URL error
    2 projects | /r/youtubedl | 21 Jun 2021
    In addition to animelover1984/youtube-dl, non-live videos work with yt-dlp as well
  • Having trouble with youtube-dl fork.
    1 project | /r/DataHoarder | 15 Jun 2021
    Hello. I'm currently trying to download some Niconico videos that will be deleted at the end of this month, using this fork of youtube-dl. However, when I try to run a command, I get this error:
  • Bilibili Playlist Downloading
    2 projects | /r/youtubedl | 11 Jun 2021
    Bilibili doesn't have playlists afaik. Do you mean channels/anthologies? If so, both animelover1984/youtube-dl and yt-dlp can download them
  • niconico / nicovideo.jp no longer working?
    3 projects | /r/youtubedl | 4 Jun 2021
    Other than animelover1984/youtube-dl, yt-dlp also works
  • How can I install animelover1984's youtube-dl branch on Windows?
    2 projects | /r/youtubedl | 16 May 2021
    Also, if you already have git installed, the easiest way is py -m pip install git+https://github.com/animelover1984/youtube-dl

yt-dlp

Posts with mentions or reviews of yt-dlp. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-04.
  • FFmpeg 7.0 Released
    11 projects | news.ycombinator.com | 4 Apr 2024
    You can put these options in a config file and they will become the default: https://github.com/yt-dlp/yt-dlp?tab=readme-ov-file#configur...
  • Google fights Invidious (a privacy YouTube Front end)
    8 projects | news.ycombinator.com | 31 Mar 2024
    Yep. yt-dlp and youtube-dl

    https://github.com/yt-dlp/yt-dlp

    https://github.com/ytdl-org/youtube-dl

    Will also start to feel the impact. My theory is that we will see a bunch of new video hosting sites as youtube itself attempts to lock down its ecosystem. They haven't paid attention in any adversarial way as far as I can tell.

    When they do, it wont be great.

  • XZ: A Microcosm of the interactions in Open Source projects
    7 projects | news.ycombinator.com | 30 Mar 2024
    The points you make aren't unreasonable.

    It is necessary to establish clear boundaries of what can and can be provided by the maintainers. If not done at an earlier stage of the project, the support burden becomes too much to bear at which point the maintainer transfers ownership, and the project suffers from catastrophic consequences such as the xz backdoor we're talking about here, or other cases where the project mostly stalls and serves as an ego-boosting platform for the new maintainer, as was the case with PhantomJS[6].

    This can also happen in your life, where a "friend" sees that you possess a certain skill, and then gradually tries to push an inordinate amount of their personal work related to this field onto you.

    Personally, I think it's best to use an approach with extremely clear communication as to what the maintainer can and cannot provide. This can be seen, for example, in yt-dlp[1], where the consumer is clearly informed upfront that not providing detailed information as requested will lead them to block said consumer; or sqlite where their position regarding contributed patches[2] and support[3] is similarly made clear.

    Having a shouty BDFL like Torvalds can also help improve code quality[4] and questionable contributions[5], though it is better that the shouty BDFL makes statements that are professional and do not show as much aggression; so for example, "Mauro, shut the fuck up"[7] would become "Mauro, your response is completely unbecoming for a Linux kernel maintainer, and is not in line with the promise of not breaking userspace."

    [1] https://github.com/yt-dlp/yt-dlp/issues/new?assignees=&label...

    [2] https://www.sqlite.org/copyright.html

    [3] https://www.sqlite.org/support.html

    [4] https://www.theregister.com/2024/01/29/linux_6_8_rc2/

    [5] https://cse.umn.edu/cs/linux-incident

    [6] https://github.com/ariya/phantomjs/issues/14541

    [7] https://lkml.org/lkml/2012/12/23/75

  • Doom Running on a Toothbrush
    1 project | news.ycombinator.com | 29 Feb 2024
    Or just "yt-dlp "

    yt-dlp ( https://github.com/yt-dlp/yt-dlp ) still works pretty well at the current state of Twitter.

  • Show HN: I create a free website for download YouTube transcript, subtitle
    2 projects | news.ycombinator.com | 18 Feb 2024
  • Using LangServe to build REST APIs for LangChain Applications
    3 projects | dev.to | 16 Feb 2024
    To download audio from YouTube videos, you'll utilize the widely used yt-dlp library, which can be installed using the pip command as follows:
  • YouTube-dl has been taken down
    5 projects | news.ycombinator.com | 30 Jan 2024
  • Ask HN: YouTube – how to batch scrape comments and details for 300 videos?
    2 projects | news.ycombinator.com | 15 Jan 2024
    Use: `yt-dlp with --write-comments --no-download --batch-file FILE`

    - FILE is a text file with a list of YouTube id's/URL's

    - https://superuser.com/a/1732443/4390

    - https://github.com/yt-dlp/yt-dlp

    1 project | news.ycombinator.com | 14 Jan 2024
  • Forget spaceships; I just want my music
    7 projects | news.ycombinator.com | 12 Dec 2023
    > Then youtube-dl wasn't a thing anymore (maybe it is again?)...

    yt-dlp is definitely a thing: <https://github.com/yt-dlp/yt-dlp>

What are some alternatives?

When comparing youtube-dl and yt-dlp you can also consider the following projects:

spotify-downloader - Download your Spotify playlists and songs along with album art and metadata (from YouTube if a match is found).

Simple-YouTube-Age-Restriction-Bypass - A simple browser extension to bypass YouTube's age verification, disable content warnings and watch age restricted videos without having to sign in!

twitch-dl - CLI tool for downloading videos from Twitch.

tiktok-scraper - TikTok Scraper. Download video posts, collect user/trend/hashtag/music feed metadata, sign URL and etc.

youtube-dl-gui - A cross platform front-end GUI of the popular youtube-dl written in wxPython.

funimation-downloader-nx - Download videos from Funimation via cli.

youtube-dl - Command-line program to download videos from YouTube.com and other video sites

udemy-dl - A cross-platform python based utility to download courses from udemy for personal offline use.

youtube-dlc - Command-line program to download various media from YouTube.com and other sites

ytdl-patched - Possibly missing fixes on youtube-dl. brew install nao20010128nao/my/ytdl-patched [GET https://api.github.com/repositories/287858674: 403 - Repository access blocked]

Crunchyroll-Downloader-v3.0 - Downloader for Crunchyroll