Earlier quoted context omitted.
Microsoft is losing the good will they've worked so hard to rebuild. Microsoft employees, managers, Satya: do you see what you're doing? I love the direction you've taken over the past five years, but bowing to the RIAA and attempting to disrupt an innocuous tool are horrible decisions. It's a chilling note, and everyone involved in tech can hear it. Are you telling us Github is not a safe place to develop software a…
IANAL, but as far as I recall, a site receiving a DMCA notice must immediately remove the stated content. The person who put the content up may then file a counter-notice, which, if uncontested may then be followed by reinstating the content. If contested, the process moves into the courtroom.
YouTube-dl is now part of GitHub/dmca.git
71–80 of 332 posts
Re: YouTube-dl is now part of GitHub/dmca.git
#72Earlier quoted context omitted.
Microsoft is losing the good will they've worked so hard to rebuild. Microsoft employees, managers, Satya: do you see what you're doing? I love the direction you've taken over the past five years, but bowing to the RIAA and attempting to disrupt an innocuous tool are horrible decisions. It's a chilling note, and everyone involved in tech can hear it. Are you telling us Github is not a safe place to develop software a…
IANAL, but as far as I recall, a site receiving a DMCA notice must immediately remove the stated content. The person who put the content up may then file a counter-notice, which, if uncontested may then be followed by reinstating the content. If contested, the process moves into the courtroom.
The infringement described in their notice is hypothetical, not an actual instance of infringement, which is one of the required things in a DMCA notice.
GitHub can indeed leave the repo up, as this notice is insufficient to trigger the part of the DMCA that forces them to remove it.
More info from Parker Higgins in a tweet thread:
Re: YouTube-dl is now part of GitHub/dmca.git
#73Right now, lots of users in the US scientific community use Scihub or how millions of US students use libgen, millions of users of open source software will have to get used to a non US controlled domain to get access to their software. Also development of these software will be done in the shadows so as to avoid the reach of the DMCA.
Re: YouTube-dl is now part of GitHub/dmca.git
#74Earlier quoted context omitted.
I doubt they'd fear the PR backlash. They didn't fear it before SOPA, and even when SOPA was defeated, it was largely because the backlash was driven by efforts by sites like Wikipedia, Facebook, and Google advertising counter-SOPA messaging, and that drives far more traffic than sites like GitHub.
Taking down GitHub would instantly make millions of developers at thousands of companies unable to do their work.
GitHub may be the single source of truth, but it’s not the only copy of the data.
Re: YouTube-dl is now part of GitHub/dmca.git
#75I hope they did counter claim? RIAA should get a strong kick for this.
> RIAA should get a strong kick for this. Regardless of this particular case, the world would've been a saner place if copyright holders were held liable for erroneous claims.
Re: YouTube-dl is now part of GitHub/dmca.git
#76Earlier quoted context omitted.
Microsoft is losing the good will they've worked so hard to rebuild. Microsoft employees, managers, Satya: do you see what you're doing? I love the direction you've taken over the past five years, but bowing to the RIAA and attempting to disrupt an innocuous tool are horrible decisions. It's a chilling note, and everyone involved in tech can hear it. Are you telling us Github is not a safe place to develop software a…
IANAL, but as far as I recall, a site receiving a DMCA notice must immediately remove the stated content. The person who put the content up may then file a counter-notice, which, if uncontested may then be followed by reinstating the content. If contested, the process moves into the courtroom.
In all honesty, we need a GH alternative hosted outside the US, in any place where absurd laws like DMCA don't exist.
Re: YouTube-dl is now part of GitHub/dmca.git
#77The RIAA will have to create a takedown notice to takedown their takedown notice, invalidating the former takedown notice?
No, issuing a DMCA claim does not invalidate former claims. The system always works the way a rational human would expect.
Re: YouTube-dl is now part of GitHub/dmca.git
#78It looks like this is the corresponding PR: https://github.com/github/dmca/pull/8142
if you have the dmca repo on your computer, you can checkout this PR via git fetch upstream pull/8142/head:pr-8142&&git checkout pr-8142 Should work even if they blackhole the pr.
git fetch upstream pull/8142/head
git checkout FETCH_HEADRe: YouTube-dl is now part of GitHub/dmca.git
#79Earlier quoted context omitted.
Note that a hack is not a fix. All of you, write to your representatives about that if you care. In EU when they were going to put some similar laws we all organized and wrote massively to the parliament and they backed down. It is a lot of effort but it works.
And what should we ask for? There is stuff to complain about with the DMCA, but the core process is reasonable. Someone claims copyright infringement by a user, and the website takes the content down. The user claims no copyright infringement, the website restores the content. The website is immune from liability, the alleged copyright owner can settle things in court with the user if they want to.
Right now, DMCA is an accusation AND a sentence bundled into one. There's no review of its validity, you're instant guilt unless proven wealthy.
Re: YouTube-dl is now part of GitHub/dmca.git
#80I think the long term solution for this problem is the developers of open source software like the bit torrent client, youtube-dl and other similar software will have to host their code outside of the reach of DMCA regualation. That will usually mean something like Github like site hosted in Russia, China or some other bloc where DMCA does not apply. Right now, lots of users in the US scientific community use Scihub…
I'm not sure about that. I think the real long term solution is to have a decentralized version of YouTube/video publishing platform that is resistant (invulnerable?) to censorship. I'm not saying that it's not difficult, or even impossible, but I would love to see more discussion regarding true web decentralization, not legal semantics.