youtube-dl DMCA'd by the RIAA - RIAA and MPAA are on a mass takedown spree

Couldn't Youtube break everything on their end though and make the seeds useless
YouTube could use DRM and that would put an end to most downloads except for screen capture.
 
Use Jdownloader2, it captures copying the link even.

Pros: easy to use, made in Java so it works on all platforms, lots of options for youtube like culling 2160p VP9.

Cons: Made in Java, made by german Linux spergs, there's some optional pay shit I don't understand and it's probably meant for porn.
Thanks I downloaded it but the JAVA thing is a fucking killer.
It takes no lie 45 seconds just the load the gui and after that the computer runs like dogshit. It does look like a handy tool for sites that need logins though. Will keep.

youtube-dl is great because it takes nothing to use and I always have a terminal open anyways. If a video seemed interesting or useful 2 seconds to cut and past it in to the terminal and then move on.
I did manage to update it from their website but the -U function is broken so its going to be a song and dance everytime I need to update it. And now all those other installs out there are orphaned.
 
Last edited:
Thanks I downloaded it but the JAVA thing is a fucking killer.
It takes no lie 45 seconds just the load the gui and after that the computer runs like dogshit. It does look like a handy tool for sites that need logins though. Will keep.

youtube-dl is great because it takes nothing to use and I always have a terminal open anyways. If a video seemed interesting or useful 2 seconds to cut and past it in to the terminal and then move on.
I did manage to update it from their website but the -U function is broken so its going to be a song and dance everytime I need to update it. And now all those other installs out there are orphaned.
Jdownloader2 is the best. Saving prolapse porn from Pornhub is now a breeze.
 
If you'd like the commit history you can export it from here: https://code.hackerspace.pl/q3k/youtube-dl/

Also great discussion at hackernews is going on about this, 3 pages so far: https://news.ycombinator.com/item?id=24872911
EDIT 3: Looks like @Yotsubaaa cloned it onto git.kiwifarms.net: https://git.kiwifarms.net/Yotsubaaa/youtube-dl - although it lacks the full commit history.
Also @SageInAllFields

I've updated the KiwiGit repo with all of the history from that q3k/youtube-dl repo, and I've kept the 'no history' stuff I got from the PyPI as its own separate branch. It was an interesting learning experience actually, I've never had to do something like that in git before.
Git:
git remote add q3k/youtube-dl http://code.hackerspace.pl/q3k/youtube-dl
git fetch q3k/youtube-dl
git reset --hard q3k/youtube-dl/master
git push -f origin master
 
They actually asking to taking down one of many tools to download youtube videos ?!?!?!

i mean if this thing coulda download private videos then i maybe would understand why they trying to take it down. but if this is not tampering with private/unlisted videos from users then it shouldn't be a damn big deal to actually take it down lmao!
 
  • Like
Reactions: Condicional
Also @SageInAllFields

I've updated the KiwiGit repo with all of the history from that q3k/youtube-dl repo, and I've kept the 'no history' stuff I got from the PyPI as its own separate branch. It was an interesting learning experience actually, I've never had to do something like that in git before.
Git:
git remote add q3k/youtube-dl http://code.hackerspace.pl/q3k/youtube-dl
git fetch q3k/youtube-dl
git reset --hard q3k/youtube-dl/master
git push -f origin master
That isn't the youtube-dl repo, that is youtube-dlc which is a fork that essentially mass accepted the 700 or so outstanding pull requests. I have an actual clone of the official project with the git headers. dstfw was the last person to make a commit on the official youtube-dl project.

Edit: Actually I'm an idiot, the commits line up to my repo.
 

Attachments

Last edited:
Use Jdownloader2, it captures copying the link even.

Pros: easy to use, made in Java so it works on all platforms, lots of options for youtube like culling 2160p VP9.

Cons: Made in Java, made by german Linux spergs, there's some optional pay shit I don't understand and it's probably meant for porn.

Uh, why that retarded shit instead of ClipGrab?
 
Jdownloader2 is the best. Saving prolapse porn from Pornhub is now a breeze.
I mean, you could do that in youtube-dl too obviously. But if you want to download it in 240p, who wants to figure out those command line options?
Are there any strictly technical limitations that don't allow git to operate over a tor hidden service? I realize this is not a feasible solution to the issue for various reasons, but I've never seen it mentioned or run across a .onion git server.
Has been done apparently but people seem to suggest it's annoying to configure on the client side? As someone who finds that a deeply annoying process even without Tor involved, that's a little concerning.
IPFS supposedly has some Git functionality built in, but it seems intended to be used with static (i.e. unchanging) repositories. Which is.. kind of a waste of time.

The KeyBase app allows Git within teams set up on there. If the ytdl team can't get any backing from the EFF or similar, it would be interesting if they gave that solution a go. Would test the pro-privacy/security bonafides of Zoom, anyway.
 
Back