To do this properly, you need to understand how those websites work.
For the shake of simplicity fellow “pirates”, they utilize m3u
wiki link
m3u8
99% of the time.You will also need yt-dlp
install it if you don’t have already
F12
Network
XHR
(XMLHttpRequest)m3u8
yt-dlp <your-copied-link>
Some may call us pirates, which I find really cool
But the true evil Pirates/criminals are the ones that keep the power to themselves and don’t share it with others
Information is the only true power, and it should be free(free as in free speech) for all.
Share your own tips & tricks in the comments if you want!
1. Posts must be related to the discussion of digital piracy
2. Don’t request invites, trade, sell, or self-promote
3. Don’t request or link to specific pirated titles, including DMs
4. Don’t submit low-quality posts, be entitled, or harass others
📜 c/Piracy Wiki (Community Edition):
💰 Please help cover server costs.
Ko-fi | Liberapay |
Thanks for tutorial
Any website? Including all the streaming services like Netflix, Disney+, etc?
https://cdm-project.com/
They have a lot of good tools and guides for getting setup to pull drm encrypted streams. You’ll need access to an android device that has root to be able to pull drm keys from. It took me a bit to figure out how to get it setup. They had to remove the all in one setup page so the software is outdated but I followed this (https://web.archive.org/web/20230315101847/https://cdm-project.com/cdm-tools/how-to) and just searched for the latest versions of the software they reference and got it working to download off disney+ and wowpresentsplus
I always heard rooting an android device wipes the DRM keys - is it not true then?
deleted by creator
There is a website in my country hosting DRM-protected documentaries. So far I only was able to screenrip that from FF with disabled hardware acceleration using OBS, but that method sucks since I can’t really use PC at the time. I might give this one a try then…
Long time root user here, I use a lot of extensions with it such as Xposed and Frida. Even though there are tools with which you can manipulate DRM, I have never heard of one that can completely remove them and successfully play a DRM-protected content. The closest one to what you mentioned used to be able to remove the DRM library from the system but couldn’t play anything on Netflix.
This doesn’t have to do with the topic at hand, but it’s just so cool being able to directly reference sites and ways to download on Lemmy, rather than dancing around the topic on Reddit.
Until copyright owners start banging on providers of those who host these instances sadly. Give it a few years and we will be back there
It’s a lot harder for copyright holders to intimidate the fediverse. First of all, there isn’t a single entity that can do the policing for them. Second, fediverse servers are across the whole world, in jurisdictions other than the US.
They can send DMCA strike to Contabo and then sue Zer0 directly.
That’s the beauty of the fediverse. The community can move to any lemmy server, especially one outside US jurisdiction.
Yep, it’s bound to happen as the instances get larger. For example, it’s why I will mention there are actually awesome leaked playable builds of Gears of War 3 on PC which are super fun to play, but I won’t link directly to them.
This is what Reddit was like in the golden era, ~2010-2014ish
It changed after they banned r/megalinks. I remember the day. The piracy sub purged content around that time. Then 2-3 years later the sports streaming subs went down.
On Mozilla Firefox if a video is played in an iFrame - you can:
Right click -> This Frame -> View Frame Info -> Media tab.
There you can see all pics and videos loading in that iFrame
Been using j Downloader but It doesn’t work with spankbang anymore will give it a try
My fellow crewmen, yt-dlp is great but you don’t need it if you have vlc installed on your pc, you could just open Convert / Save function (Ctrl + R for shortcut), click the “Network” tab", paste the hls (m3u8) or dash (mpd) link and save it as you normally would.
Alternatively,
ffmpeg -protocol_whitelist file,crypto,data,https,tls,tcp -stats -i <URL.m3u8> -codec copy <FILE.mp4>
.Also, some m3u8’s are just files containing redirects to other m3u8’s in various resolutions. You might want to extract the one you need and download that.
You are the only
personlegend who, with this command, has allowed me to download a video from a shitty website that “breaks” the movies/series into small pieces. THANK YOUEDIT: Movie, not Film
I have VideoDownloadHelper addon for Firefox, and most of the time it works. There are some exceptions of course, where it cannot download the video. But I love finding out new ways to do it, in case the old ways fail one day. Good post, man!
Thanks!
It’s a must have add on, but it’s still just an add on, we should know the basics of what’s happening behind the scenes to sail the 7 seas.
The reason I posted that is to inspire some of you in creating fancy scripts that can easily do more than just downloading one video.
Last time I tried downloading a yt video with it and it didn’t work. Been using yt-dlp now and it’s magic.
VideoDownloadHelper is really cool. I use it in chrome to download music and vids. Every 500th download it congratulates you and asks for a donation or some positive review.
youtube-dl seems easier.
youtube-dl <url>
in a terminalThis works for yt videos fine, but yt-dl is unmaintained and slow, you will have issues downloading content outside from yt too
yt-dlp is generally the recommended fork to use. It’s much more actively developed and also has a bunch of quality-of-life improvements.
Information is Ammunition
My fellow crewmen, yt-dlp is great but you don’t need it if you have vlc installed on your pc, you could just open Convert / Save function (Ctrl + R for shortcut), click the “Network” tab", paste the hls (m3u8) or dash (mpd) link and save it as you normally would.
yeah yt-dlp is really good.
I wrote a terminal interface for personal use, so that it could read my list of links, extract the titles, and download the videos with proper filename that I want.
I also have a keyboardmaestro macro that automatically detects youtube links from my clipboard and inserts them into my download list. I’ve been using this approach for 2 - 3 years.
If I like a video, I’d actually go back to YouTube, give them an upvote and leave a comment.
Just install this download manager https://neatdownloadmanager.com/index.php/en/
Literarily catches any media even better than IDM and its free.
Is there anything for Linux?
Adding to topic:
If you want an android specific tool. Use seal from fdroid
A r/piracy post that is actually useful? A sign of the times