←back to thread

1113 points Bluestein | 5 comments | | HN request time: 0.827s | source
1. natrys ◴[] No.41281580[source]
This is S tier software. I remember using this on a laptop with 2gb RAM years ago. The combo of mpv and youtube-dl could deal with large number of sites (not just youtube), when even the browser struggled.
replies(1): >>41281587 #
2. Sporktacular ◴[] No.41281587[source]
I think youtube-dl is no longer under development. Any suggestions for an alternative?
replies(3): >>41281611 #>>41281613 #>>41281641 #
3. mzajc ◴[] No.41281611[source]
youtube-dl is still under development (last commit at the time of writing was 2 weeks ago), but there are forks with more features, such as yt-dlp.[1]

[1] https://github.com/yt-dlp/yt-dlp

4. natrys ◴[] No.41281613[source]
yt-dlp[1] has now taken on that mantle. I think mpv nowadays just recognises yt-dlp as the de facto alternative, but if yours doesn't then you can just put this in your mpv.conf:

    script-opts=ytdl_hook-ytdl_path=yt-dlp
[1] https://github.com/yt-dlp/yt-dlp
5. ◴[] No.41281641[source]