Live data from Hacker News

Youtube-dl: Command-line program to download videos

github.com

231–240 of 253 posts

Re: Youtube-dl: Command-line program to download videos

#231
post #46

Earlier quoted context omitted.

I’m laughing at the thought of reading the Terms of Service. Anywhere.

knowing that downloading the videos/using them outside of what was expressly intended by the provider would be against the TOS is pretty intuitive though, no?

I would not just assume that downloading courses I paid for is outside the intended purpose.

Re: Youtube-dl: Command-line program to download videos

#232
post #174

Earlier quoted context omitted.

Well, should we be listing the related Apps here? > the first rule of youtube-dl is not to talk about youtube-dl

There are ~40 hits for "youtube-dl" in Play Store: https://play.google.com/store/search?q=youtube-dl&c=apps But I agree that people might have mixed feelings on pointing to the ones that work better. I made another search, through DuckDuckGo, and got a hit that's not among those ~40 and looks good: https://play.google.com/store/apps/details?id=com.aviddapp.o... Am I hurting them by linking, or any of you for adding f…

Ark tube is a good front-end for youtube-dl https://forum.xda-developers.com/general/paid-software/app-a...

Re: Youtube-dl: Command-line program to download videos

#233

The most useful part of youtube-dl is that it works with mpv, so you just pass a URL on the command line and MPV just plays the video in it. I have two monitors, so I put a button on my Firefox toolbar to launch MPV with the current URL, and configured MPV to start fullscreen on the second monitor immediately and quit when done. It's made my video-watching experience on the web an order of magnitude better.

I use a shell wrapper for mpv that takes the URL from the clipboard when no arguments are given: mpv() { if [ $# -eq 0 ]; then env mpv "$(xsel -b)" else env mpv "$@" fi }

Since the cat's out of the bag. You can also just use a ClipIt action.

Re: Youtube-dl: Command-line program to download videos

#234

Earlier quoted context omitted.

Youtube-dl has lots of GUI frontends and is embedded in easy to use Android apps.

I don't use the Play Store but a friend recently asked me for a youtube-dl frontend for Android (using other words), care to name some?

The Play Store doesn't allow YouTube downloaders, so I doubt you'll find any good ones there. The moment one gets popular, it's taken down.

Re: Youtube-dl: Command-line program to download videos

#235

I feel like the first rule of youtube-dl is not to talk about youtube-dl. I keep expecting Google (and all the other sites it works on) to start taking active measures to disable it. At some point YouTube is going to require an EME module to play even "free" videos.

I am actually surprised that many people didn't know about this handy tool

Re: Youtube-dl: Command-line program to download videos

#236
post #178

Earlier quoted context omitted.

Only Windows with Edge can play 4k. Chrome is 720p.

Have you tried Netflix on Edge? Maybe it's just anecdotal, but I've tried multiple i7 (3xxx, 5xxx, 7xxx and 8xxx series) and Ryzen 1700/1700x systems (GPU: NVIDIA 960M, 970, 1050, 2 different 1070 TIs) and ALL of them lag horribly while using Edge. Loading Netflix is slow. Selecting a profile takes several seconds. The entire browser locks up. I generally find a show using Firefox, then open Edge and search manually…

>Have you tried Netflix on Edge?

I don't have Netflix

Re: Youtube-dl: Command-line program to download videos

#237
post #184

Earlier quoted context omitted.

Wow that’s really useful to know. It also works for YouTube vids which are blocked in your country. :-)

It does? I used it to grab a full series of an 90s movie reviews show and some episodes were 'unavailable in your region'. Some other episodes had the different error of unavailable due to copyright claim by [various movie distributors].

It did work for me with cricket clips only available in India ..

Re: Youtube-dl: Command-line program to download videos

#238

Earlier quoted context omitted.

I don't use the Play Store but a friend recently asked me for a youtube-dl frontend for Android (using other words), care to name some?

The Play Store doesn't allow YouTube downloaders, so I doubt you'll find any good ones there. The moment one gets popular, it's taken down.

It's a bit hacky and out of reach to most casual users, but you can get YouTube-DL to work with Termux.

I have it set so that whenever I use the Termux share intent from another app, it use the shared URL and calls YouTube-DL with some parameters I want.

~/bin/termux-url-opener

    #!/bin/bash
    url=$1
    youtube-dl $url
~/.config/youtube-dl/config

    # Default Output Directory and Pattern
    -o /data/data/com.termux/files/home/storage/downloads/%(extractor_key)s/%(uploader)s/%(title)s-%(id)s.%(ext)s

Re: Youtube-dl: Command-line program to download videos

#239
post #228

Earlier quoted context omitted.

You can strip HDCP from HDMI 2.2 [0] and then just capture that stream. Very easy to do. Anything that can be seen on your screen can be captured and shared. 0. https://www.amazon.com/HDMI-Splitter-Supports-Pass-through-D...

Where does it say "strip"? >-Support HDR & HDCP 2.2 Pass-through Which is not stripping away anything.

It is passthrough, but it just so happens that the hdcp protection doesn't quite make it through on many of these devices.

Re: Youtube-dl: Command-line program to download videos

#240
post #228

Earlier quoted context omitted.

You can strip HDCP from HDMI 2.2 [0] and then just capture that stream. Very easy to do. Anything that can be seen on your screen can be captured and shared. 0. https://www.amazon.com/HDMI-Splitter-Supports-Pass-through-D...

Where does it say "strip"? >-Support HDR & HDCP 2.2 Pass-through Which is not stripping away anything.

Like flashlight apps containing hidden tethering proxies[1], these products would quickly be taken down if they advertised their real functionality.

Those who remember the old analogue "video stabilisers" used for stripping Macrovision copy protection signals will find this similar.

[1] https://www.wired.com/2010/07/apple-approves-pulls-flashligh...

Post reply on HN