LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Non-*NIX Forums > General
User Name
Password
General This forum is for non-technical general discussion which can include both Linux and non-Linux topics. Have fun!

Notices


Reply
  Search this Thread
Old 10-24-2020, 08:31 AM   #1
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Github receives DMCA notice to take down youtube-dl - and promptly complies.


https://github.com/github/dmca/blob/...-10-23-RIAA.md

The RIAA complained about youtube-dl, github took the repo offline immediately.

Hacker News discussion

After reading a bit I realise that what happened is specific to the US legal system - gihub.com is forced to comply with the takedown immediately, otherwise they're becoming a target of possible legal claims just like the developers of youtube-dl.
So that makes the really fast takedown understandable:
Also see:
https://tildes.net/~tech/suf/youtube...down_from_riaa
https://old.reddit.com/r/programming..._riaa/g9sm6pp/
I've said it many times: don't host your stuff on servers subject to US law!

Interesting: youtube itself does not seem to be affected by any of this.

Many people are cloning the repo, or putting their local copies online,
You can find them on https://gitea.eponym.info/, https://notabug.org/ and even github itself: https://github.com/search?q=RIAA+youtube-dl
Youtube-dl's own web page still works.

So the current version is safe, but I am worried about continued, centralised development...
I hope ytdl devs will post sth on their site. Also how to support them if it should come to a lawsuit.

I have a feeling we have been at similar points many times over the past decade or so, and that's what it always comes down to.
I mean, bittorrent clients are still legal, and I'm sure there was a very similar thing happening there ~10y ago?

I liked this comment on the ycombinator thread:
Quote:
Quote:
Note that RIAA is making this takedown because the software CAN be used to download copyrighted music and videos
Well, then please also Block all Browsers, SSH, Tunnel, etc. too, because you can use those too to easily download copyrighted material.
Oh and don't think for one moment that the RIAA's actions have anything to do with supporting the struggling artist.

It appears RIAA's main reasoning is that parts of the code contain actual links to RIAA member companies' material is being used for examples. I don't think they can attack the code itself, unless they get youtube itself behind them.

Last edited by ondoho; 10-24-2020 at 09:13 AM.
 
Old 10-24-2020, 11:42 AM   #2
hazel
LQ Guru
 
Registered: Mar 2016
Location: Harrow, UK
Distribution: LFS, AntiX, Slackware
Posts: 7,618
Blog Entries: 19

Rep: Reputation: 4462Reputation: 4462Reputation: 4462Reputation: 4462Reputation: 4462Reputation: 4462Reputation: 4462Reputation: 4462Reputation: 4462Reputation: 4462Reputation: 4462
There is already an active thread on this.
https://www.linuxquestions.org/quest...aa-4175684137/

Last edited by hazel; 10-24-2020 at 11:43 AM.
 
Old 10-24-2020, 12:50 PM   #3
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872

Original Poster
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
^ ah, under slackware. Well, this affects us all.
 
Old 10-25-2020, 10:43 AM   #4
DavidMcCann
LQ Veteran
 
Registered: Jul 2006
Location: London
Distribution: PCLinuxOS, Debian
Posts: 6,143

Rep: Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314
Quote:
Originally Posted by ondoho View Post
Well, this affects us all.
Not really. libdvdcss is generally considered to contravene US law, which is why distros owned by US companies like Fedora or OpenSUSE leave you to get it from independent European repositories. I can't see that youtube-dl is any more likely to vanish than libdvdcss.
 
Old 10-25-2020, 02:16 PM   #5
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872

Original Poster
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Quote:
Originally Posted by DavidMcCann View Post
Not really. libdvdcss is generally considered to contravene US law, which is why distros owned by US companies like Fedora or OpenSUSE leave you to get it from independent European repositories. I can't see that youtube-dl is any more likely to vanish than libdvdcss.
No, the code itself won't go away.
But youtube-dl's biggest plus is (or was, up til now) continuous development & lots of help from lots of developers, to keep up with the constant changes those streaming sites create to thwart such efforts.

So far, and concerning youtube itself, the latest version still works - which means youtube haven't changed anything (yet) - one more reason to believe that they don't care about RIAA's little tantrum.

I miss some sort of statement from the (main) devs themselves. The DMCA takedown was acknowledged on their site but that's all so far. Well, it's still early days I guess.
 
Old 10-25-2020, 02:20 PM   #6
orbea
Senior Member
 
Registered: Feb 2015
Distribution: Slackware64-current
Posts: 1,950

Rep: Reputation: Disabled
The biggest pain I think it the loss of issues and pull requests, there were many issues with info on current bugs and unmerged PRs that had fixes for these bugs. Before this the ytdl development was slow and the unmerged PRs were piling up.
 
Old 10-25-2020, 03:48 PM   #7
boughtonp
Senior Member
 
Registered: Feb 2007
Location: UK
Distribution: Debian
Posts: 3,616

Rep: Reputation: 2554Reputation: 2554Reputation: 2554Reputation: 2554Reputation: 2554Reputation: 2554Reputation: 2554Reputation: 2554Reputation: 2554Reputation: 2554Reputation: 2554
Quote:
Originally Posted by orbea View Post
The biggest pain I think it the loss of issues and pull requests, there were many issues with info on current bugs and unmerged PRs that had fixes for these bugs. Before this the ytdl development was slow and the unmerged PRs were piling up.
They're not lost (yet), since the repository is merely disabled and not deleted, and will be restored if there's a successful appeal.

 
Old 10-26-2020, 08:00 AM   #8
m.a.l.'s pa
Member
 
Registered: Oct 2007
Location: albuquerque
Distribution: Debian, Arch, Kubuntu
Posts: 366

Rep: Reputation: 139Reputation: 139
The Arch package is now flagged as out-of-date: https://www.archlinux.org/packages/c...ny/youtube-dl/
 
Old 10-26-2020, 08:20 AM   #9
boughtonp
Senior Member
 
Registered: Feb 2007
Location: UK
Distribution: Debian
Posts: 3,616

Rep: Reputation: 2554Reputation: 2554Reputation: 2554Reputation: 2554Reputation: 2554Reputation: 2554Reputation: 2554Reputation: 2554Reputation: 2554Reputation: 2554Reputation: 2554
Quote:
Originally Posted by m.a.l.'s pa View Post
The Arch package is now flagged as out-of-date: https://www.archlinux.org/packages/c...ny/youtube-dl/
Which seems to be a mistake? According to this page such a flag is to indicate "there is a newer stable release available", which is not true - the package in the Arch repo matches the version on the website. Did someone flag it because they want to change the URL to an unofficial clone?

The AUR youtube-dl-git package has comments from its maintainer saying they're waiting to see what happens before even considering changing the upstream URL, so the flag on the main package makes no sense?

 
Old 10-26-2020, 04:15 PM   #10
ugjka
Member
 
Registered: May 2015
Location: Latvia
Distribution: Arch, Centos
Posts: 368
Blog Entries: 5

Rep: Reputation: 264Reputation: 264Reputation: 264
There's a fork of youtube-dl that is more active: https://github.com/blackjack4494/yt-dlc
 
Old 10-27-2020, 02:53 PM   #11
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872

Original Poster
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Quote:
Originally Posted by boughtonp View Post
Which seems to be a mistake? According to this page such a flag is to indicate "there is a newer stable release available", which is not true - the package in the Arch repo matches the version on the website.
Correct. That said, it's not flagged anymore.

Quote:
The AUR youtube-dl-git package has comments from its maintainer saying they're waiting to see what happens before even considering changing the upstream URL, so the flag on the main package makes no sense?
well that's the maintainer of the AUR package, not the maintainer of youtube-dl.
Funny, so many people post, nay demand, alternative sources. It takes more than a cloned repo to take up development...

This however:
Quote:
Originally Posted by ugjka View Post
There's a fork of youtube-dl that is more active: https://github.com/blackjack4494/yt-dlc
...looks like it's been around for a while?
I could not tickle the github interface into telling me when exactly this wqs forked off from the original youtube-dl, how long it has existed, with the specific "intention of getting features tested by the community merged in the tool faster, since youtube-dl's development seems to be slowing down" (have to admit I had noticed that myself once).
It appears the owner complained about that long before current events, but the AUR package is new.
edit: OK, it appears this was forked sometime in August because of slow development and happens to have a few extra commits compared to the original. I'm not sure I agree with the idea of pushing a fork instead of trying to work together more with yt-dl devs, but atm the point is moot...

Still no news on the official site...

Last edited by ondoho; 10-27-2020 at 03:23 PM.
 
Old 10-27-2020, 05:55 PM   #12
boughtonp
Senior Member
 
Registered: Feb 2007
Location: UK
Distribution: Debian
Posts: 3,616

Rep: Reputation: 2554Reputation: 2554Reputation: 2554Reputation: 2554Reputation: 2554Reputation: 2554Reputation: 2554Reputation: 2554Reputation: 2554Reputation: 2554Reputation: 2554

So apparently there's a bit of security flaw in GitHub - note the user and repo, then check the link...

https://github.com/github/dmca/tree/25cdace60ac64788a4853d33d9fa48c5338f7249



 
Old 10-28-2020, 03:32 AM   #13
elcore
Senior Member
 
Registered: Sep 2014
Distribution: Slackware
Posts: 1,754

Rep: Reputation: Disabled
Quote:
Github receives DMCA notice to take down youtube-dl - and promptly complies.
In other words, (GitHub owner and also a RIAA member) Microsoft sends itself a DMCA notice to take down youtube-dl - and promptly complies.

Maybe the good guy Microsoft will save the day and re-enable the repository..
 
Old 10-28-2020, 08:54 AM   #14
individual
Member
 
Registered: Jul 2018
Posts: 315
Blog Entries: 1

Rep: Reputation: 233Reputation: 233Reputation: 233
Quote:
Originally Posted by ondoho View Post
...looks like it's been around for a while?
I could not tickle the github interface into telling me when exactly this wqs forked off from the original youtube-dl, how long it has existed, with the specific "intention of getting features tested by the community merged in the tool faster, since youtube-dl's development seems to be slowing down" (have to admit I had noticed that myself once)
The first commit from blackjack4494 was on August 4 of this year, for whatever that's worth.
 
Old 10-28-2020, 12:44 PM   #15
boughtonp
Senior Member
 
Registered: Feb 2007
Location: UK
Distribution: Debian
Posts: 3,616

Rep: Reputation: 2554Reputation: 2554Reputation: 2554Reputation: 2554Reputation: 2554Reputation: 2554Reputation: 2554Reputation: 2554Reputation: 2554Reputation: 2554Reputation: 2554
Quote:
Originally Posted by individual View Post
The first commit from blackjack4494 was on August 4 of this year, for whatever that's worth.
It suggests a genuine intent to improve the project and not just an opportunistic newbie.

I hope the terrible name choice of "yt-dlc" is only a temporary one though.

 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: Tektronix Uses DMCA Notice To Try To Stop Oscilloscope Hacking LXer Syndicated Linux News 0 08-08-2014 04:51 AM
LXer: Qualcomm fires DMCA shotgun blast at alleged code thieves on Github including itself LXer Syndicated Linux News 1 07-04-2014 06:52 PM
Firewall prevents socket from closing promptly kev1 Linux - Networking 2 01-10-2007 09:19 AM
LXer: Novell Receives Delisting Notice From NASDAQ and Notice of Default From Wells Fargo Related to its Convertible Subordinated Notes Due to Late Filing of Form 10-Q LXer Syndicated Linux News 0 09-21-2006 03:54 AM
LXer: MEPIS grundgingly complies with the GPL LXer Syndicated Linux News 0 08-02-2006 07:54 AM

LinuxQuestions.org > Forums > Non-*NIX Forums > General

All times are GMT -5. The time now is 06:31 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration