Python Forum
youtube-dl taken down from Github after RIAA notice - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: General (https://python-forum.io/forum-1.html)
+--- Forum: News and Discussions (https://python-forum.io/forum-31.html)
+--- Thread: youtube-dl taken down from Github after RIAA notice (/thread-30570.html)



youtube-dl taken down from Github after RIAA notice - snippsat - Oct-26-2020

So did just notice that youtube-dl was gone.
Have used it in several project trough the years,both in GUI and web(Flask).

For those who not know what youtube-dl is,
so was this one of the largest Python open source project,used for downloading video and audio from YouTube.
Not only Youtube,youtune-dl did work and had support for several hundred video sites.

For more info.
GitHub takes down YouTube video download tools
RIAA blitz takes down 18 GitHub projects used for downloading YouTube videos
Reddit


RE: youtube-dl taken down from Github after RIAA notice - metulburr - Oct-26-2020

Thats what happens when Microsoft monopolizes everything such as buying Github.

You can still obtain it from
https://youtube-dl.org/
or
Of those that do not want to deal with github because they are now owned by Microsoft use Gitlab instead. This is the new go to place for those anti-Microsoft users.

https://gitlab.com/ytdl-org/youtube-dl


RE: youtube-dl taken down from Github after RIAA notice - Larz60+ - Oct-26-2020

I've also noticed (for some time now) the decreasing value of google search (both regular and advanced search).
Seems to be inversely proportional to their growth.


RE: youtube-dl taken down from Github after RIAA notice - snippsat - Jan-10-2021

There was a happy ending🌜 for those who have not follow the the case or know what youtube-dl is.
Standing up for developers: youtube-dl is back


RE: youtube-dl taken down from Github after RIAA notice - Larz60+ - Jan-11-2021

There's other stuff happing on GitHub that I don't like.

A got an email the other day that some of my repositories were modified through 'Dependabot security update'
updating lxml.

I don't have a clue what this is all about, but sounds like someone is trespassing in my territory.


RE: youtube-dl taken down from Github after RIAA notice - buran - Jan-11-2021

(Jan-11-2021, 06:39 PM)Larz60+ Wrote: A got an email the other day that some of my repositories were modified through 'Dependabot security update'

I don't have a clue what this is all about, but sounds like someone is trespassing in my territory.
https://docs.github.com/en/free-pro-team@latest/github/managing-security-vulnerabilities/configuring-dependabot-security-updates

Your frustration is understandable though. You can disable it if it was activated by default (obviously)


RE: youtube-dl taken down from Github after RIAA notice - snippsat - Jan-11-2021

(Jan-11-2021, 06:39 PM)Larz60+ Wrote: I don't have a clue what this is all about, but sounds like someone is trespassing in my territory.
Configuring Dependabot security updates
Just go in here an disable,if don't want to use these features🔨
[Image: ODeTaM.png]


RE: youtube-dl taken down from Github after RIAA notice - Gribouillis - Jan-11-2021

Usually I install youtube-dl with the command
Output:
python3 -m pip install --upgrade --user youtube-dl