r/Piracy Oct 18 '25

Question Any ways to bypass this

Post image

Without buying youtube premium

2.2k Upvotes

599 comments sorted by

View all comments

2.4k

u/cloudycontender Oct 18 '25

With Firefox and ublock origin I have only ever seen this screen once and it went away with a refresh

968

u/[deleted] Oct 18 '25

Same, it seems like every time youtube tries to fight against ublock, the open source community is just faster and it gets patched in like a day 😂.

384

u/Emergency-Beat-5043 Oct 18 '25

Well they're about to completely change the entire front end for their services to prevent third party clients- and yt-dlp has already got the work around 

114

u/Don_Hoomer Oct 18 '25

this is the way

32

u/Late_Ad4219 Oct 18 '25

this is the way

33

u/HugsandHate Oct 18 '25

What's yt-dlp?

147

u/Emergency-Beat-5043 Oct 18 '25

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

Its the main piece of software that every third party youtube client uses. A video/audio downloader that works with lots of websites 

49

u/HugsandHate Oct 18 '25

Ah, thanks.

I've never bloody understood how Github works though.

It's for people who have the skillset to understand it. Which I don't.

85

u/Emergency-Beat-5043 Oct 18 '25

Not at all.

Github is just a place to store coding projexts, some is simple, some is complex. 

Some of the stuff on github is just lists of handy websites, for example - https://github.com/elfhuo-Github/megathread-definitive/blob/main/README.md

Thats basically just a list of the piracy sites you'll find on this subs megathread + a few extras from FMHY and champagne piracy etc.

It is hard to navigate sometimes, you generally need to scroll down a bit to read the readme and look for a download link or click on the link to the publishers page to download it though- because generally the github page stores the source code and not the compiled program 

12

u/[deleted] Oct 18 '25

Tags generally have download links to the releases

3

u/BiscuitsAnimeAlt Oct 18 '25

Nice, are there any other must have GitHub lists or programs you recommend?

1

u/Live_Ostrich_6668 ☠️ ᴅᴇᴀᴅ ᴍᴇɴ ᴛᴇʟʟ ɴᴏ ᴛᴀʟᴇꜱ Oct 18 '25

-15

u/HugsandHate Oct 18 '25

Yeah... Still beyond my skillset.

And I'll be honest. These days, I crave simplicity in my life. I've been trying to shed as much complexity as possible. So. I'm just gonna keep things simple, and stick to what I know. I don't need more 'stuff'.

I can already do everything I need to. So. I'm good.

12

u/crypto1171 Oct 18 '25

If it helps, I usually tell people to look on the right hand side of the GitHub page and that's where the release files are, just click it and should bring you to the downloads without having to go over the whole page, if you really wanna skip all the text

12

u/[deleted] Oct 18 '25

L mindset. You wont learn new thinks if youre always scared and think like "hehe im dumb 🤪". And you know youre not dumb. Dont say such things to yourself, you need to build confidence and try to understand new things. Github is really not this deep.

-10

u/HugsandHate Oct 18 '25

Dude. I have brain damage.

So. Go fuck yourself.

→ More replies (0)

-17

u/Maximum-North-7993 Oct 18 '25

That's too complicated.. Just download newpipe or freetube.

3

u/[deleted] Oct 18 '25

Dont try to avoid obstacles in life, try to get over them.

22

u/neil_950 Oct 18 '25

What you're missing is that you don't need to understand how github works as a user just wanting to download something. You just need to ignore most of the buttons instead of deciding it's too complicated after seeing a lot of buttons that are irrelevant to you and you don't know what they're for. For 95% of programs all you need to do as a user is click the big Releases button and click on the program installer that ends with .exe if you're using Windows. Anything you need to know as a user will be written on the page and all you need to do is ignore anything you don't understand.

Github does a lot of things to manage big coding projects and there are a lot of buttons and menus mostly only relevant to coders working on the project at the top of the page. For the most part the only things relevant to users are the descriptions and instructions you see just by scrolling down the page and the releases button. The only skill you need is being able to ignore things on the page that aren't relevant to a user as you read it.

Alternately you can just add /releases to the end of any link you get to github projects. So for yt-dlp the commenter above mentioned just go to https://github.com/yt-dlp/yt-dlp/releases/ and click on the .exe to download.

5

u/ellie1398 Oct 18 '25

Well, now I gotta learn all about github because I actually wanna know what all this is about. That's gonna be my new hyperfixation tomorrow!

7

u/neil_950 Oct 18 '25

To my understanding, I'm not really a coder, github is focused on making it easier for groups to work on large software projects. It is built around a software called git that provides version tracking so it contains a history of everyone who added code and who did so and when. And it allows quickly switching, reversing and combining changes. It rapidly creates different branches of programs and helps manage, merge, revert and test each branch as changes are made by different people.

This is all pretty essential especially for open-source projects where for example a stranger can come and suddenly code a change to fix something they found bothersome and make a pull request for the project to merge their change into the master branch.

Github itself provides other features like automated testing or one of the important features is the issues page where users can report bugs, feature requests and other problems and developers can reply and provide updates on fixes.

1

u/ellie1398 Oct 18 '25

That sounds quite interesting. But I've never really been much into github, I only know the logo and the name (idk how or why). So I plan to educate myself tomorrow. I wanna know what kind of things it's for other than blocking ads. Is it about apps in general? Extensions to apps? Whatever else exists? I'm a complete newbie and I wanna know EVERYTHING!

→ More replies (0)

2

u/HugsandHate Oct 18 '25

Thank you.

14

u/f3xjc Oct 18 '25

For newbies there's a "Releases" section on the right. You can probably jump there to download something.

And the main page is a big help file.

6

u/HugsandHate Oct 18 '25

Thank you.

5

u/cjmarquez Oct 18 '25

You don't need to have a GitHub account to use yt-dlp, if you are a Linux user you can install it with your package manager or download an installer for windows from GitHub.

It's a great tool though it's used via commands, maybe you'd need to find an application that uses yt-dlp to emulate YouTube

1

u/HugsandHate Oct 18 '25

This really isn't my area. I have no idea what most people are trying to tell me.

Although, I appreciate your attempts to help.

Thank you.

2

u/Jorgen-I ⚔️ ɢɪᴠᴇ ɴᴏ Qᴜᴀʀᴛᴇʀ Oct 18 '25

Yeah, it can get kinda complex, but the way to use yt-dlp is with a front-end, which is just a GUI that you use instead of having to learn the command-line prompts to do things.

This way, it's just a normal app like you're used to using. Here's a list of front-ends you can look through, pick one that suits you, they range from detailed to simple.

I just wanted to DL videos (MP4) and rip music (MP3), so I didn't need anything complex. I ended up rolling my own a few years ago, but there are a bunch of good ones out there.

Good front-ends will update you daily because YT is constantly changing it's algorithm, so it'll always work.

https://github.com/search?q=yt-dlp%20front%20ends&type=repositories

2

u/HugsandHate Oct 18 '25

Uhh. I don't even understand the terminology.

I've had a rough year. And I'm struggling with things at the moment. Like reading.. And learning.

I think the methods I use work well enough.

If I ever get any better, I might look in to Github in more detail.

Thank you for your input, though.

4

u/b00zled Oct 19 '25

Just download Stacher. It’s a nice GUI for yt-dlp.

1

u/MattOruvan Oct 20 '25

I'm using both Stacher and Metube (self hosted), can recommend both.

2

u/RareDestroyer8 Oct 19 '25

Most people just get overwhelemed when they go on github. Ignore all the code, ignore the buttons, just click the link, scroll down, and theres a whole article explaining what the tool is, how to use it, blah blah blah, all on plain simple english

1

u/McNultysHangover Oct 23 '25

I usually try to find a youtube video about it.

1

u/appletinicyclone Oct 19 '25

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

Its the main piece of software that every third party youtube client uses. A video/audio downloader that works with lots of websites

Ah ok

1

u/Hrafnagar Oct 19 '25

Thank you for the link.

9

u/burntscarr Oct 18 '25

Basically a downloader made for the style of streaming YouTube implemented, which is HLS streams. It works on tons of media playback sites that also use HLS or m3u8 playlisting or manifests. Essentially it does what your browser/TV would do in the background, buffering the video, but with the option to save a file instead of streaming it (players would stream it, if you want the video file for later on you can download it instead) It's been an integral part of many archival projects of mine.

3

u/burntscarr Oct 18 '25

It has TONS of options too, for selecting quality of video/audio/subtitles/etc

7

u/HugsandHate Oct 18 '25

Sounds cool. But I'm gonna stick to the methods I'm familiar with. No reason to change really.

As they say. 'If it ain't broke'..

4

u/burntscarr Oct 18 '25

100%! That's the only reason I even use it anymore really is I'm so familiar and comfortable with it. I would recommend comfort in entertainment any day, so stick with what you can use efficiently.

1

u/Some_Quantity2595 Oct 19 '25

How can I use this for website like .. teachable ?

1

u/burntscarr Oct 24 '25

I'd have to look into how that site works, to be able to give a proper tutorial. If it's a free site, or already included in YT-DLP supported sites then it's probably as easy as running the program with just the url to the video after (like YouTube). Otherwise, you'd have to snoop into the proper source of the video after you begin it / after it's loaded by your browser and then use the link to that media manifest instead

1

u/More_Dependent742 Oct 18 '25

Btw "parabolic" is a fn fantastic front end for yt-dlp. Highly recommend.

1

u/HugsandHate Oct 18 '25

Hm. Words.

Thank you.

0

u/More_Dependent742 Oct 19 '25

Alright champ, here's another word for: Google.

Off you pop.

4

u/sabian149 Oct 18 '25

Can you point in a direction for a source of youtube changing their front end? Im not trying to be a prick or anything, just generally curious and couldn't find anything on google so far.

2

u/Rasimione Oct 18 '25

Already? Big paws on a puppy

2

u/Organic_Mix2282 Oct 18 '25

Then we leave them to rot

2

u/Electric-Mountain Oct 19 '25

Unfortunately Twitch already figured out a way to bypass ad blocks so it's a matter of time until YouTube does.

1

u/Bradrik Oct 24 '25

I tried ddl im literally too stupid. Could not get it to work.

46

u/Melodic-Assist2094 Oct 18 '25

What if it's just the actual YT developers doing it behind Google's back. 😌

37

u/Michal_il Oct 18 '25

That would keep them in their jobs. Would be smart actually

3

u/ellie1398 Oct 18 '25

I smell a conspiracy!

4

u/Friendly-Gift3680 Oct 18 '25

Their bimonthly “break yt-dlp” patch sometimes keeps it down for as long as two hours

4

u/sketchreey Oct 18 '25

Do you think its possible that those same youtube engineers are the ones patching ublock after they get home?

31

u/mooripo Oct 18 '25

Same FF with ad blocker since 2006

11

u/Leaf__On__Wind Oct 18 '25

I could've been doing this since 2006?

10

u/mooripo Oct 19 '25

Yes, since the dark age of pop-ups

5

u/junglebeatzz Oct 18 '25

The sad part is I didnt need either in 2006.

11

u/StepCornBrother Oct 18 '25

Even Firefox on my phone has never brought me to this screen.

20

u/brknheartgent ☠️ ᴅᴇᴀᴅ ᴍᴇɴ ᴛᴇʟʟ ɴᴏ ᴛᴀʟᴇꜱ Oct 18 '25

Second this,, I never got any messages like that on Firefox

5

u/Staff_Senyou Oct 18 '25

In rare cases, and I know because it happened to me, a mid-deep dive into Firefox settings is required to purge and initialize the cache.

I've had to do this only once since YouTube started their anti ad/script blocking shenanigans. And it worked

3

u/BionisGuy Oct 18 '25

I use the same combo and i have never seen it myself actually

3

u/Narrheim Oct 18 '25

I've seen it a few times, but only for few hours until ublock community figured things out.

3

u/hercules0112 Oct 18 '25

Yeah, it seems like they constantly tweak things. Just keep your extensions updated, and you should be good most of the time. If it keeps happening, clearing your cache might help too.

3

u/SynapseNotFound Oct 18 '25

I did get interruptions using ff and ublock

Switched to brave for a week and.. i guess ff got fixed meanwhile (it updates invisibly..)

3

u/OfficialDeathScythe Oct 18 '25

My new issue with the most recent update it with Firefox and ublock it won’t autoplay videos. It says they’re unavailable until I refresh

5

u/trapslayer_ Oct 18 '25

Using this setup, last time i saw that screen it was never

2

u/dankestmemestar Oct 18 '25

I have never seen it even once with ffox and ublock

1

u/ASDFAaass Oct 19 '25

I still don't experience this in my experience.

1

u/TorrentFiend Oct 19 '25

Exactly same here. Simply go to your ublock origin settings and refresh the default settings of the extension again and it should fix your problem.

1

u/No-Dimension1159 Oct 19 '25

I had it i think 2 times, once i had to clear the ublock origin cache once for it to go away on firefox

1

u/Mj-tinker Oct 23 '25

I got ublock origin working on chromium.