Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge. Learn more →
Yt-dlp Alternatives
Similar projects and alternatives to yt-dlp
-
youtube-dl
Command-line program to download videos from YouTube.com and other video sites
-
youtube-dl-gui
A cross platform front-end GUI of the popular youtube-dl written in wxPython. (by oleksis)
-
Sonar
Write Clean Python Code. Always.. Sonar helps you commit clean code every time. With over 225 unique rules to find Python bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work.
-
-
youtube-dl-gui
A cross-platform GUI for youtube-dl made in Electron and node.js (by jely2002)
-
-
NewPipe
A fork of NewPipe with SponsorBlock functionality. (by polymorphicshade)
-
-
Mergify
Updating dependencies is time-consuming.. Solutions like Dependabot or Renovate update but don't merge dependencies. You need to do it manually while it could be fully automated! Add a Merge Queue to your workflow and stop caring about PR management & merging. Try Mergify for free.
-
-
SmartTubeNext
SmartTube - an advanced player for set-top boxes and tv running Android OS
-
-
-
-
-
-
-
aria2
aria2 is a lightweight multi-protocol & multi-source, cross platform download utility operated in command-line. It supports HTTP/HTTPS, FTP, SFTP, BitTorrent and Metalink.
-
-
-
gallery-dl
Command-line program to download image galleries and collections from several image hosting sites
-
TheFrenchGhostys-Ultimate-YouTube-DL-Scripts-Collection
The ultimate collection of scripts for YouTube-DL.
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
yt-dlp reviews and mentions
-
YouTube-dl fork with additional features and fixes
Not sure how this might (not) be presented in other contexts, but when I go to the main repository page on a desktop browser, there's a "Sponsor this project" box in the rightmost layout column that links to a Markdown file with Ko-Fi and/or GitHub Sponsor links for the individual maintainers [1].
[1] https://github.com/yt-dlp/yt-dlp/blob/master/Collaborators.m...
to the best of my knowledge, that's because your system does not have ffmpeg for subsequent transcoding of the site's format into what you would consider "your" format: https://github.com/yt-dlp/yt-dlp/blob/2023.07.06/README.md#s... (they also allow you to specify the path, if you don't have it in your $PATH, via --ffmpeg-location <https://github.com/yt-dlp/yt-dlp/blob/2023.07.06/README.md?p...>)
-
Google Chrome just rolled out a new way to track you and serve ads
One example is a script to quickly grab the URL of the current tab and send it to mpv¹ for playing or yt-dlp² for downloading. Or send some JavaScript to that same tab. Or grab the URLs and titles of all tabs in all windows that match a specific domain, close them, and then reopen in a brand new window. Alfred³ has a ton of automations that allow you to do that without having to code it yourself.
-
Ask HN: What's the Situation with YouTube-Dl?
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.
i installed `yt-dlp` once with:
$ wget https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp && chmod +x yt-dlp && mv yt-dlp "$HOME/bin/"
Right, I found that in the subreddit, and furthermore here's release files
https://github.com/yt-dlp/yt-dlp#release-files
I downloaded the release binary for linux, and it's downloading now.
Thank you.
-
YouTube-Dl Site Goes Offline as Hosting Provider Enforces Court-Ordered Ban
As noted in the article, the project still has a page on github:
http://ytdl-org.github.io/youtube-dl/
I've moved on to https://github.com/yt-dlp/yt-dlp anyways.
But this is still an infuriating move. youtube-dl wasn't doing anything infringing on its site, was it?
I noticed recently that my distro's youtube-dl stopped working (it can't successfully download movies) but thanks to news like this one I found a fix in one of the comments here:
> I've moved on to https://github.com/yt-dlp/yt-dlp anyways
Thanks!
-
A note from our sponsor - InfluxDB
www.influxdata.com | 27 Sep 2023
Stats
yt-dlp/yt-dlp is an open source project licensed under The Unlicense which is not an OSI approved license.
The primary programming language of yt-dlp is Python.