883

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!

top 50 comments
sorted by: hot top controversial new old
[-] NOOBMASTER@kbin.social 37 points 1 year ago* (last edited 1 year ago)

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 16 points 1 year ago* (last edited 1 year ago)

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.

[-] deepfake@kbin.social 6 points 1 year ago

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.

load more comments (1 replies)
[-] Soltros@lemmy.world 32 points 1 year ago

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.

[-] SeanTheLawn@kbin.social 17 points 1 year ago

This is what Reddit was like in the golden era, ~2010-2014ish

load more comments (1 replies)
[-] dustojnikhummer@lemmy.world 9 points 1 year ago

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

load more comments (6 replies)
[-] roxy@lemmy.fmhy.ml 24 points 1 year ago

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 23 points 1 year ago

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@lemmy.dbzer0.com 5 points 1 year ago* (last edited 1 year ago)

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

[-] dbemol@lemmy.dbzer0.com 19 points 1 year ago

A r/piracy post that is actually useful? A sign of the times

[-] MavTheHack@lemmy.fmhy.ml 17 points 1 year ago* (last edited 1 year ago)

Adding to topic:

If you want an android specific tool. Use seal from fdroid

[-] aiden@lemmy.dbzer0.com 5 points 1 year ago

seal is so good. i use syncthing to sync my music library, seal downloads from my phone and yt-dlp from my pc. works perfectly ;)

load more comments (1 replies)
[-] QuestioningEspecialy@kbin.social 16 points 1 year ago

Xtreme Download Manager lets you do this with ease (and more) and can check for the latest yt-dlp version before downloading on its own.

MPC-HC lets you play and download YouTube videos using yt-dlp.

[-] florge@lemmy.world 6 points 1 year ago

Is there something similar for android? Used to use amaze browser but don't know there's better options out there.

[-] livixPmfOQRj@burggit.moe 4 points 1 year ago

I think Seal might work for you.

load more comments (1 replies)
[-] BrianTheeBiscuiteer@lemmy.world 15 points 1 year ago

There's a few websites I've been to where this methodology doesn't work, and it's not because there's no m3u file or whatever. Some sites will work fine but then the moment I open dev tools the site will freeze. I think the site knows when I open dev tools and makes itself essentially crash.

[-] fedev@lemmy.world 9 points 1 year ago

They mostly use inline JavaScript to determine if the dev tools are open. If open, then they put you in a loop that will only end of the tools are closed. Normally when this happens the debugger will "pause" at the line in question.

If you know how to use the "unlock origin" extension, you can then block the JavaScript inline function so it won't run. Then the page will not stop when the dev tools are open.

You can Google how to block inline JavaScript with ublock origin.

load more comments (5 replies)

I thought yt-dlp autmatically parsed the page looking for m3u8 links.

It's been a while since I needed it for anything other than Youtube though.

load more comments (2 replies)
[-] RedCanasta@lemmy.fmhy.ml 9 points 1 year ago

Glad to see the call for ethical piracy in this thread. As pirates, we should be more understanding of the fact that information should be shared without any red tape so to speak.

load more comments (1 replies)
[-] kamin@lemmy.kghorvath.com 9 points 1 year ago

JDownloader has handled just about everything I've thrown at it

[-] roxy@lemmy.fmhy.ml 9 points 1 year ago

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.

[-] archy@lemmy.world 9 points 1 year ago

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

[-] PCChipsM922U@sh.itjust.works 9 points 1 year ago

There is also yt-dlg, one of the frontends for youtube-dl or yt-dlp.

https://github.com/yt-dlg/yt-dlg

[-] Captain_Shoe@kbin.social 8 points 1 year ago

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

[-] samwise@kbin.social 16 points 1 year ago

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

load more comments (4 replies)
[-] Evono@lemmy.world 8 points 1 year ago

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 5 points 1 year ago

Is there anything for Linux?

load more comments (1 replies)
load more comments (4 replies)
[-] Canadian_Cabinet@lemmy.ca 8 points 1 year ago

Interesting! I do something similar except I just scour the media F12 tab until I find what I'm looking for

[-] equalszero@lemmy.dbzer0.com 6 points 1 year ago

There fancier ways to do this, it's just an intro. What exactly are you usually looking for?

load more comments (1 replies)
[-] atlasraven31@lemm.ee 6 points 1 year ago

Information is Ammunition

[-] ghariksforge@lemmy.world 6 points 1 year ago

This works 80% of the time, but I always have issues with jwplayer.

[-] 1984@kbin.social 6 points 1 year ago

Thanks! I will have to test it on some obscure local websites on which most of the downloaders not work.

[-] equalszero@lemmy.dbzer0.com 4 points 1 year ago

I'd recommend trying gogoanime etc first, then sail the deep waters :)

load more comments (3 replies)

Been using j Downloader but It doesn't work with spankbang anymore will give it a try

load more comments (2 replies)
[-] sub_@beehaw.org 5 points 1 year ago* (last edited 1 year ago)

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.

[-] pineapplelover@lemm.ee 5 points 1 year ago

Spotdl for downloading Spotify music. It's amazing also

[-] Dohnakun@lemmy.fmhy.ml 5 points 1 year ago* (last edited 1 year ago)

But for blob:urls you need an extension.

[-] xRostro@lemmy.dbzer0.com 4 points 1 year ago

Im going to assume this would also pull hard subs but has anyone tested it to know if it will also pull normal subs?

load more comments
view more: next ›
this post was submitted on 17 Jun 2023
883 points (99.0% liked)

Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ

53024 readers
339 users here now

⚓ 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


founded 1 year ago
MODERATORS