Live data from Hacker News

YouTube-dl has received a DMCA takedown from RIAA

github.com

781–790 of 1001 posts

Re: YouTube-dl has received a DMCA takedown from RIAA

#781
post #676

Earlier quoted context omitted.

> The fact that copyrighted works were included in the readme shows it was intended for that use How could that be true? if the YouTube link in the test case was a video of farmer on his truck would that show it is intended for that use? No. YouTube dl is made to download any YouTube videos it has not been made to download specifically Taylor Swift music videos, it just has just been picked as a test case as any othe…

While I agree with the point, a strong case can be made that the music video in the README and the test case were a poor choice. A silly home video, preferably uploaded by the maintainers themselves would've just given RIAA's claim no teeth.

Or content from the public domain.

Re: YouTube-dl has received a DMCA takedown from RIAA

#782
As a technical aside (to the main topic of this HN thread), I had written a blog post some years ago, describing some uses of youtube-dl, and some commentary giving an overview of what its source does:

youtube-dl, a YouTube downloader in Python:

https://jugad2.blogspot.com/2013/03/youtube-dl-yourube-downl...

Re: YouTube-dl has received a DMCA takedown from RIAA

#783

Your weekly reminder that 1. You should not have your development process on a centralized platform, at least not if you're doing anything that smells of copyright issues 2. If you do host on a centralized platform, have regular, decentralized backups of code and issue tracking. 3. Also, avoid US-centric hosting for this kind of thing. But really, refer to 1.

I'm sure the developers have the whole thing on their local machines and it would be terrible if it was uploaded somewhere in a country that doesn't give a squat about DMCA.

Re: YouTube-dl has received a DMCA takedown from RIAA

#784
post #114

Things like this make no sense from the notice: > The clear purpose of this source code is to (i) circumvent the technological protection measures used by authorized streaming services such as YouTube Using this logic then OBS or any desktop recording tool is also violating the same measures because you could press record while a Youtube video is playing and wind up with your own locally recorded copy of the video. S…

You seem to be reading “the purpose of this source code is to circumvent technological protection measures” as though it means “this source code can be used to circumvent technological protection measures.” There is a difference.

Re: YouTube-dl has received a DMCA takedown from RIAA

#785
post #483
post #378

Earlier quoted context omitted.

It makes perfect sense to the people who design these twisted legal machinations. A tool like OBS is designed for generic desktop recordings, while youtube-dl is designed specifically to enable the copying of copyrighted works. Or at least that's what the RIAA will say, and unfortunately a judge will likely be very sympathetic to that claim.

Yep. I wonder where this will go defensively in court if it gets there. I guess what the RIAA is really saying is that murder is legal depending on what was used to kill someone. A hunting knife could be used to kill someone but it could also be used to slice a pizza pie. A pizza cutter was designed to slice pizza but it could also kill someone without too much effort. If it's not ok for youtube-dl to create an mp3 o…

In that analogy, the RIAA is saying “hunting knives are illegal, because they’re primarily designed or marketed for hunting, which is illegal” and you are saying “that’s unfair because I use my hunting knife to cut pizza.” The analogy breaks down because hunting knives aren’t illegal, but copyright circumvention devices are.

Re: YouTube-dl has received a DMCA takedown from RIAA

#786

So why does the Recording Industry Association of America get to decide whether a tool for downloading content on a service that is produced by people around the world and released under many different licenses exists or not? The RIAA and America in general has no right to police the rest of the world.

Quite obviously, because the developers decided to host their code there. If they hosted it somewhere else, there would be different laws restricting how people all over the world use it.

I am guessing they'll find a country with more respect for freedom than the USA and host it there. All the devs will obviously have the full repo and history to put it elsewhere.

Re: YouTube-dl has received a DMCA takedown from RIAA

#787

I find this amazing, essentially Google has been scraping every piece of content they can get their hands on, when a few individuals decide to get data, that wasn’t even created by YouTube, they get take down notices. The more I think about it hypocrisy should be a defence against these things.

This isn't google, it's the RIAA.

Re: YouTube-dl has received a DMCA takedown from RIAA

#788

hold on... brew update && brew upgrade phew. i'm all good.

Reports are that Homebrew is affected: https://nitter.net/micahflee/status/1319750021319852032#m

They can't claw it back though!! That's why I just ran the update && upgrade to make sure I have the latest

Re: YouTube-dl has received a DMCA takedown from RIAA

#790
post #782

As a technical aside (to the main topic of this HN thread), I had written a blog post some years ago, describing some uses of youtube-dl, and some commentary giving an overview of what its source does: youtube-dl, a YouTube downloader in Python: https://jugad2.blogspot.com/2013/03/youtube-dl-yourube-downl...

And here are a few other posts about youtube-dl or YouTube on my blog:

pafy - Python API for YouTube:

https://jugad2.blogspot.com/2014/06/pafy-python-api-for-yout...

youtube-dl, Python video download tool, on front page of Hacker News (2014):

https://jugad2.blogspot.com/2014/11/youtube-dl-python-video-...

How to download PyCon US 2013 videos for offline viewing using youtube-dl:

https://jugad2.blogspot.com/2013/04/how-to-download-pycon-us...

Post reply on HN