Getting started

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

Example on utilizing this knowledge
  • Go to your favorite streaming site
  • Simple press F12
  • Go to Network
  • Select XHR (XMLHttpRequest)
  • Filter URLs for m3u8
    • If you find more than one, just test them out, you will soon find the trick on your own :)
  • Copy the URL
  • Open a terminal and type yt-dlp <your-copied-link>

Do it Ethically

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!

@IIOrochiII@lemmy.ml
link
fedilink
English
11Y

Thanks for tutorial

Captain_Shoe
link
fedilink
11Y

Any website? Including all the streaming services like Netflix, Disney+, etc?

samwise
link
fedilink
41Y

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…

@roxy@lemmy.fmhy.ml
link
fedilink
1
edit-2
1Y

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.

@Soltros@lemmy.world
link
fedilink
English
131Y

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.

@ipkpjersi@lemmy.one
link
fedilink
English
11Y

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.

SeanTheLawn
link
fedilink
71Y

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.

Archy
link
fedilink
English
61Y

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

@roxy@lemmy.fmhy.ml
link
fedilink
English
171Y

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.

tab

@Audalin@lemmy.world
link
fedilink
English
121Y

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.

Casta
link
fedilink
English
2
edit-2
1Y

You are the only person legend who, with this command, has allowed me to download a video from a shitty website that “breaks” the movies/series into small pieces. THANK YOU

EDIT: Movie, not Film

NOOBMASTER
link
fedilink
81Y

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!

@equalszero@lemmy.dbzer0.com
creator
link
fedilink
2
edit-2
1Y

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.

deepfake
link
fedilink
11Y

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.

ffhein
link
fedilink
English
-11Y

youtube-dl seems easier.

@equalszero@lemmy.dbzer0.com
creator
link
fedilink
English
11Y

This works for yt videos fine, but yt-dl is unmaintained and slow, you will have issues downloading content outside from yt too

clb92
link
fedilink
11Y

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.

@atlasraven31@lemm.ee
link
fedilink
English
61Y

Information is Ammunition

@roxy@lemmy.fmhy.ml
link
fedilink
English
51Y

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.

sub_o
link
fedilink
English
5
edit-2
1Y

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.

@Evono@lemmy.world
link
fedilink
English
21Y

Just install this download manager https://neatdownloadmanager.com/index.php/en/

Literarily catches any media even better than IDM and its free.

@snuff@lemmy.dbzer0.com
link
fedilink
English
21Y

Is there anything for Linux?

Slayer 🦊
link
fedilink
English
3
edit-2
1Y

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

Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ
!piracy@lemmy.dbzer0.com
Create a post
⚓ Dedicated to the discussion of digital piracy, including ethical problems and legal advancements.

Rules • Full Version

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


Loot, Pillage, & Plunder


💰 Please help cover server costs.

Ko-FiLiberapay


  • 1 user online
  • 219 users / day
  • 509 users / week
  • 927 users / month
  • 4.94K users / 6 months
  • 1 subscriber
  • 3.2K Posts
  • 78.4K Comments
  • Modlog