Live data from Hacker News

GitHub Warns Users Reposting YouTube-DL They Could Be Banned

torrentfreak.com

11–20 of 273 posts

Re: GitHub Warns Users Reposting YouTube-DL They Could Be Banned

#11
post #4
post #2

Hardly surprising or "evil" of them. They've been ordered to take it down, anyone posting it again knows that.

They haven't been "ordered" anything by anyone who has the authority to issue an order. They have been requested to take it down, but this request arguably has no force under the DMCA because the RIAA is not the copyright holder of the material requested to be take down. Even if youtube-dl could be considered "circumvention technology" the DMCA safe harbour provision does not apply to that. It may not be surprising o…

Absolutely right; RIAA was only successful with this questionable action thanks to support from Github.

Re: GitHub Warns Users Reposting YouTube-DL They Could Be Banned

#12
post #4
post #2

Hardly surprising or "evil" of them. They've been ordered to take it down, anyone posting it again knows that.

They haven't been "ordered" anything by anyone who has the authority to issue an order. They have been requested to take it down, but this request arguably has no force under the DMCA because the RIAA is not the copyright holder of the material requested to be take down. Even if youtube-dl could be considered "circumvention technology" the DMCA safe harbour provision does not apply to that. It may not be surprising o…

> Even if youtube-dl could be considered "circumvention technology" the DCMA safe harbour provision does not apply to that.

Yes, which means it's straight up a crime to use or distribute youtube-dl, and GitHub does not want to be criminally liable.

GitLab and similar sites will follow suit -- or face federal charges.

Re: GitHub Warns Users Reposting YouTube-DL They Could Be Banned

#13

This is an area where GitLab could have a huge advantage. If they had really good support for mirroring projects between instances then running your own private instance for control while mirroring to GitLab.com for scale / convenience would make a lot of sense. Of course I’m sure that would go into the super mega platinum “we’re only charging 1/5 of the real value” BS tier or whatever they’re pushing these days.

Gitlab is apparently a US based company. Unlikely that they would be more courages than Github.

Re: GitHub Warns Users Reposting YouTube-DL They Could Be Banned

#15
post #4
post #2

Hardly surprising or "evil" of them. They've been ordered to take it down, anyone posting it again knows that.

They haven't been "ordered" anything by anyone who has the authority to issue an order. They have been requested to take it down, but this request arguably has no force under the DMCA because the RIAA is not the copyright holder of the material requested to be take down. Even if youtube-dl could be considered "circumvention technology" the DMCA safe harbour provision does not apply to that. It may not be surprising o…

It's not up to github to analyse the DMCA validity beyond "does it match the format and include required information". Youtube-dl owner can do it and request an instant revert if they're happy to take the responsibility.

No service provider is going to fight a specific case of DMCA for a third-party.

Re: GitHub Warns Users Reposting YouTube-DL They Could Be Banned

#16
post #12
post #4

Earlier quoted context omitted.

They haven't been "ordered" anything by anyone who has the authority to issue an order. They have been requested to take it down, but this request arguably has no force under the DMCA because the RIAA is not the copyright holder of the material requested to be take down. Even if youtube-dl could be considered "circumvention technology" the DMCA safe harbour provision does not apply to that. It may not be surprising o…

> Even if youtube-dl could be considered "circumvention technology" the DCMA safe harbour provision does not apply to that. Yes, which means it's straight up a crime to use or distribute youtube-dl, and GitHub does not want to be criminally liable. GitLab and similar sites will follow suit -- or face federal charges.

There's nothing to circumvent. It's not illegal.

Re: GitHub Warns Users Reposting YouTube-DL They Could Be Banned

#17
post #3

Time for a (truly) decentralized version control system?

I don't know if it is ironic, but the vcs is decentralized. The main issue is project & code management (bug tracking, issue, planning, merge request, review UI, ...). But here we also have a lot of solution : Gitlab, Redmine, Savana, ... But Github give your project exposure to a lot of potential contributor, and tend to be used as an extension of your CV (many recruiter contacted me because of my activities on GH ...). Lets be honest, the social network side of GH is one of its very important side.

Re: GitHub Warns Users Reposting YouTube-DL They Could Be Banned

#20
post #3

Time for a (truly) decentralized version control system?

How is git centralised? Just self-host with Gitlab, Gitea, et cetera.

Those are still centralized, i.e. there is one host that belongs to some person or org that's the main upstream repo and which can be hit with a takedown reqeuest. Git itself can be used in a truly decentralized way by having the main repo on IPFS or the like, though.

Edit: Also your sibling posts have pointers to projects with real decentralization, such as ForgeFed.

Post reply on HN