Page 1 of 1

YouTube DL has been removed from gitHub.

Posted: Fri Oct 23, 2020 11:00 pm
by Ty1003
https://github.com/ytdl-org/youtube-dl
This just... Wow. I can not believe it.

Re: YouTube DL has been removed from gitHub.

Posted: Sat Oct 24, 2020 1:28 am
by BarryG
Why can't you believe it? It's a tool made to download copyrighted videos by using circumvention techniques (it combines the purposely-separated audio/video tracks of YouTube), which is illegal in the USA. Not surprising at all. This is why Microsoft owning GitHub is bad: they'll bow to any legal threats like this. It also shows why developers should host their own projects instead of using the cloud, where the cloud owner can remove it just like that (snaps fingers). As the old saying goes: when using the cloud, you're just borrowing someone else's computer.

This is also why I use Firefox instead of Chrome, so my browsing isn't censored. (Chrome is owned by Google/YouTube, which is why there's no YouTube downloaders in the Chrome store).

Re: YouTube DL has been removed from gitHub.

Posted: Sat Oct 24, 2020 6:58 am
by Shardik
You are still able to download the latest youtube-dl (2020-10-19) from the Internet Archive with the Wayback Machine... :wink:

Re: YouTube DL has been removed from gitHub.

Posted: Sat Oct 24, 2020 9:05 am
by Rinzwind

Re: YouTube DL has been removed from gitHub.

Posted: Sat Oct 24, 2020 11:58 am
by NicTheQuick
That's only the code repository. Just download it from Pypi: https://pypi.org/search/?q=youtube-dl

Re: YouTube DL has been removed from gitHub.

Posted: Sat Oct 24, 2020 1:24 pm
by NicTheQuick
Here are more information: https://github.com/github/dmca/blob/mas ... 23-RIAA.md
And some comments from other users: https://github.com/github/dmca/commit/b ... 3#comments

And here someone removed all dmca infringements from the repo, however that works: https://github.com/github/dmca/commit/b ... t-43529667

Re: YouTube DL has been removed from gitHub.

Posted: Sat Oct 24, 2020 2:21 pm
by Ty1003
Oh don't get me wrong, I'm not surprised, but personally think it's stupid that just because something like this *IS* illegal in the U.S., and not necessarily in other countries, it's banned globally.
Also, you can do
pip install youtube-dl
and all the code will be in PathToYourPython/lib/site-packages/youtube-dl

Re: YouTube DL has been removed from gitHub.

Posted: Tue Oct 27, 2020 3:05 pm
by NicTheQuick
:mrgreen: Haha, someone just added the source of youtube-dl to the dmca repository of Github: https://github.com/github/dmca/tree/416 ... b1e3a4701f

Someone used a bug in Github where you can upload files to existing repositories without having the permissions to do so.

Re: YouTube DL has been removed from gitHub.

Posted: Wed Oct 28, 2020 1:46 am
by BarryG
Ty1003 wrote:just because something like this *IS* illegal in the U.S., and not necessarily in other countries, it's banned globally
It's not banned globally. It's banned and removed in the USA. Just because the developers didn't make it available somewhere else where it couldn't be banned under USA law, doesn't mean it was banned globally. It's the developers' lake of foresight that has made it unavailable globally; they relied only on a USA host and therefore USA laws.