Ask HN: What's the Situation with YouTube-Dl?

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • yt-dlp

    A feature-rich command-line audio/video downloader

  • docker run -it --name ubuntu-mantic -v path/to/your/videodir/:/VideosDir ubuntu:mantic /bin/bash

    ```

    Install stuff needed on the container, typically curl python3 etc and the install from GitHub: https://github.com/yt-dlp/yt-dlp/wiki/Installation

    and you're good to go. I've honestly found this easier than fighting with my host system and constantly reinstalling broken versions etc.

  • youtube-dl

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

  • The best way is to download the source from github, run `make`, and copy the the file to $HOME/bin . There hasn't been a release for about a year now and the files on the distro repos are even older (I think).

    Also YouTube has been doing some changes lately on the the player and a lot of the tools fail to download audio or video.

    For example, in the last couple of weeks there have been some issues with a redirect to a 'consent page' : https://github.com/ytdl-org/youtube-dl/issues/32499

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • ytdl-patched

    yt-dlp fork with some more features

  • yt-dlc

    media downloader and library for various sites.

  • (Installation instructions are included in the documentation provided by both forks)

    I) https://github.com/blackjack4494/yt-dlc

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts