YouTube-dl has received a DMCA takedown from RIAA
461–470 of 1001 posts
Re: YouTube-dl has received a DMCA takedown from RIAA
#462Is there a decentralized version control system solution out there to host projects like this?
Re: YouTube-dl has received a DMCA takedown from RIAA
#463Disclaimer: IANAL. The legal reasoning here is shaky. Notice that they cite a German court and assert that the law there is materially the same as that in the US. I did some research on this specific issue at one point, and I'm skeptical that Youtube's controls qualify under the law in question. RIAA cites two sections of the law: >the provision or trafficking of the source code violates 17 USC §§1201(a)(2) and 1201(…
I explained the full RIAA complaint, with links to prior complaints and the youtube-dl source code, here: https://news.ycombinator.com/item?id=24874111
Re: YouTube-dl has received a DMCA takedown from RIAA
#464The same thing will probably happen here because this is not one of the purposes of DMCA takedown letters, period. Even if there are inappropriate test cases or something in the repo, or if they’re correct that youtube-dl bypasses DRM in violation of a different part of the DMCA, it’s still not a valid takedown because GitHub isn’t hosting anything the RIAA/those it represents own the copyright to. The correct way to do this is to go after the lead youtube-dl developer(s) and/or GitHub for facilitating infringement or whatever, but I don’t think RIAA wants to do that because they probably don’t have much/any legitimate grounds for legal claims against them, so they abuse the DMCA to look like they’re doing something.
Edit: for a more concrete picture of what happens next, read GitHub’s DMCA policy.[2] Basically youtube-dl can file a counter notice assuming they disagree with the claims, after that the RIAA has 10-14 days to get a court order or the repo goes back up.
[1] https://torrentfreak.com/github-reinstates-popcorn-time-code...
[2] https://docs.github.com/en/free-pro-team@latest/github/site-...
Re: YouTube-dl has received a DMCA takedown from RIAA
#465Re: YouTube-dl has received a DMCA takedown from RIAA
#466Re: YouTube-dl has received a DMCA takedown from RIAA
#467Re: YouTube-dl has received a DMCA takedown from RIAA
#468Earlier quoted context omitted.
Yes, it's called Git.
how git is decentralized?
You do, in fact, have a client capable of working without a central server. It's tedious but sending patches over email is definitely one way to make it work without relying on a single system. You can also have and push to or fetch from multiple servers with your client, which can be other developer's own servers, or a server reachable over Tor as a hidden service, etc. It's very flexible if you want to go that path.
Re: YouTube-dl has received a DMCA takedown from RIAA
#469Earlier quoted context omitted.
Yes, it's called Git.
how git is decentralized?
Re: YouTube-dl has received a DMCA takedown from RIAA
#470Earlier quoted context omitted.
Yes, it's called Git.
how git is decentralized?