Spyke
lemmy.world

VPNs aren't hard to detect, especially if you're using a major service.

297
shamelessreply
lemmy.world

100% this, I work in cyber sec and it's very easy these days for services to detect this.

127

That's even easier. The list of exit nodes is public.

118
tazeycrazyreply
feddit.uk

Feel sorry for the guy in the datacenter using Netflix on his brake.

23
parodyreply
lemmings.world

using Netflix on his brake.

Offering Xzibit some new ideas

27

Yo, we heard you like watching Netflix on your break, so we put big screen tvs on your brakes so you can watch Netflix on your brakes while on break.

14

Yo dawg, we heard you like Netflix so we put Netflix on yo brakes so when you brake you can watch Netflix, dawg,

3
lemmy.world

There's a lot more than just recognizing known raw IP addresses used as endpoints.

One method larger services with CDNs use effectively is to use DNS for blocking. When you try to access a site, your DNS request will resolve to a server close to you, with your location determining the domain resolving to a different IP. Then the platform just responds to those requests from outside their normal area with a consistent message. No need to know whether it's actually a VPN or not, the traffic is acting like it is and doesn't really have much of a reason to do that normally.

2

Well, you can put your DNS requests over the proxy as well, so kinda a skill issue. I don't know if people do though - you're the professional.

1

This isnt new. Its been happening for years. There is a post about this on lemmy every few weeks. It just doesnt happen consistently, so people always think that they "discovered" this for the first time.

145
lemmy.world

What about people living in a country where youtube is blocked. I guess Google just says “fuck 'em”?

Yyep.

If you're using a VPN, you're likely anonymized and not directly making YouTube any money. Those are leeches, as far as a Google accountant is concerned.

86
Haystackreply
lemmy.world

They said logging in doesn't make it go away. Being logged in means they can already track you, so this is pretty ridiculous of them tbh.

31

Being logged in means they can track what you watch. Being logged in via a VPN means they can't track your location.

Literally valuable information.

11
startrek.website

I guess Google just says “fuck 'em”?

Yes, 100%, absokutely correct.

Google is a company.

Companies do not care about you. You are not a person, you are a number.

44
huppakeereply
piefed.social

Google is a company multi-billion dollar corporation.

Companies Multi-billion dollar corporations do not care about you. You are not a person, you are a number.

(Well ok, there is plenty of small business who also don't care about you, that's not my point).

8

A few days ago I gotta message from google saying they "can't verify my age" (meaning they want gov ID I'm sure) so I'm forced to use safe search and other stuff too.

Fuck. That!

9

Free access to "radical" ideas doesn't bode well with conservative governments.

3
feddit.org

The real highlight is the contradictory text.

To continue, turn off your VPN/Proxy. This will allow YouTube to locate the best content".

"We refuse to serve you anything other than the best 'located content'."

A fat lie. Combining refusal with the completely unrelated supposed service improvement of location-based content. To disingenuously sound like they're doing you a service.

89
lemmy.world

It's so insulting they add flavour text like this as if to call you a fucking moron to your face

43

It seems like most people will believe any technical-seeming message shown to them.

6

This happens via simple lists of IP addresses, no? I.e. the VPN has a limited number of exit IPs and once it's known who they belong to, they're easy to block?

70

Yeah, it's pretty trivial to do, and it's honestly surprising it took YT so long to do it.

18
lemmy.world

They always could. What appears to be happening is that channels now have the option to turn on "a switch" so that content wont play if a VPN is detected. Most VPN ip addresses are well known, because they arent a secret. Everyone who uses the VPN goes through it.

If you come across the above message, its because the content creator turned it on. I had it come up with "stick to football". Its the only thing that it comes up with. I just unsubbed and wont watch anymore. Im not turning off my VPN for anyone or anything. Id rather just go with out. I encourage all of you to do the same.

68
feddit.org

You could probably just record the users ID and it's IP address. IP addresses that see a lot of different user IDs are either VPNs, companies or universities.

2

Or they are just home users behind a CGNAT, which more and more ISPs use.

And even if they aren't, home users usually have dynamic IPs, meaning it can change.

5
lemmy.world

Another thing that only very large companies can do is see the response time and compare packet size from different servers to narrow down your location, effectively defeating the VPN in a lot of cases.

Hypothetically, a specific amount of bytes gets sent to server B, response time indicates it was received 300 miles away which matches the response time of going from Server B to Server A where the user lives.

Of course it's still important to use a VPN, if only because those big companies don't want us to.

1
discuss.tchncs.de

The latency to your VPN server is a constant added to the latency between your VPN server and whatever servers you are connected to. As long as the user's VPN service doesn't use different VPN servers for different destinations, it is impossible to determine the location of the user behind the VPN based on latency, and in general it is impossible to determine how far a user is from their VPN server because of varying latency introduced by the user's own network or by bad infrastructure at the local ISP level. You can only know how far they aren't based on the speed of light across the surface of the earth.

But, without a VPN, this is a real attack that was proven by a high school student using some quirks of Discord CDNs. Even without using Discord's CDNs, if somebody wanted to locate web visitors using this technique, they could just rent CDN resources like nearly every big company is doing. Of course, if you have the opportunity to pull this off, you normally have the user's IP address and don't care about inferring the location by latency. The reason why it was notable with Discord was because the attacker was not able to obtain the victim's IP address.

4
lemmy.world

You say what I described is impossible but it's been demonstrated by researchers such as "CPV: Delay-Based Location Verification for the Internet" by AbdelRahman Abdou with the Department of Systems and Computer Engineering, Carleton University Ontario.

Furthermore, on top of that method, if a company has access to data from servers in multiple places along the chain between endpoints, then they can see that a series of packets of specific size are traveling in a specific direction, narrowing down the location of the other endpoint. A company like Amazon, whose AWS servers make up almost 30% of the internet.

One of the more convoluted methods to defeat this approach was to simply add more stops along the chain, fragment the encrypted data into multiple parts, and pass it along random paths to the endpoint. I believe, but I could be wrong, that Tor utilizes this method. The problem with that is: it's slower.

4

It is impossible. CPV is only going to allow the attacker to know that the device is probably not located next to the VPN server. It can only prove a positive, not a negative.

The second method you're describing is only possible for people who control internet infrastructure and are able to infer correlations data going into your VPN server with data going out of your VPN server, which is both easier and more difficult than you're suggesting. The attacker does not need to most of the internet routers because they only care about the data going into and out of the VPN server (it's onion routing where the attacker needs to control many routers), but the attacker does need to have a powerful enough device to be inferring (hopefully) encrypted network flows on the public network to the packet sizes of encrypted VPN traffic for all of the traffic that is passing through that VPN server at the same time.

3
Seefooreply
lemmy.world

This...sounds a bit like bs. Can you share a more detailed writeup? At best you could get a radius, but that wouldn't really be helpful

2
ramireply
ani.social

I imagine they could compile large datasets of ping times and server locations and do some extrapolation. I don't think it ever goes past a best guess but they'd have an idea (if what this person said actually happens).

3

Companies dont really need to know where you are. They just need to know where you aren't. If you are not within a certain threshold of response time to certain cdn servers, then its reasonable to assume that you are outside their contractually obligated broadcast region.

3

They kind of have it backwards. They aren't triangulating your location, they are taking the location your connection tells them you are and tests to see if that is correct or not by checking with known servers in an area around your claimed location. It can verify you are not where you say you are, but beyond that it can't find you. At least, not the paper the person is mentioning - this "other method" they mention doesn't appear to be linked to any paper or anything and might just be their personal theory, not sure.

2

Yeah there was a cool paper on Delay Response method by AbdelRahman Abdou with Department of Systems and Computer Engineering, Carleton University called "CPV: Delay-Based Location Verification for the Internet".

The other method I mentioned, checking packet size and general direction, would require accessing data along multiple stops before reaching the other endpoint with which to compare the sizes of encrypted data packets and use that to identify what is traveling where, which either has not been demonstrated or the companies utilizing it haven't admitted to it, yet. It's not a stretch to think it's happening, though, with massive companies like AWS and CloudFlare or telecom giants like AT&T.

1
Crozekielreply
lemmy.zip

The CPV paper was not doing what you are saying, defeating a VPN by finding your real location. It is basically the opposite - if you are using a VPN to claim you are in a place, it can verify that you are not in that place. It doesn't find your location, it can only verify you aren't in the area you claim to be.

2
lemmy.world

If you can prove where people aren't then you can prove where they are.

0
Crozekielreply
lemmy.zip

Not really, because the only reason they have a location to test against is because the connection looks like it is coming from the vpn server location. They don't have any other location data to test against, and even if they decided to then run the test against every possible location on the planet, they still have the issue that their data is heavily skewed by the fact your traffic is flowing through a vpn, so your latency is not going to be perfectly matching their test servers unless they force the test servers' traffic through the same vpn server.

Nothing about this is setup to find your location on the other side of a vpn - it is basically testing if you are using a vpn or otherwise "spoofing" your location and returning a yes or a no.

1
lemmy.world

I was like 3 paragraphs into a writeup about response times, latency, probabilities, etc but I realized you already have all the information and can't be reasoned with.

You do know what I mean by "response time" right? The recieving computer gets the packets and sends word back. NOT the VPN node, the VPN is not unencrypting traffic to emulate a real computer, it's instead just relaying the packets TO YOUR MACHINE. VPNs are not the perfect black box void immune to complicated analysis.

0

Do you not think a VPN will affect response time?? I implore you re-read the paper you keep referring to because they spell it out pretty basically what they are doing - and finding a person's actual physical location behind a VPN is not it.

I am not claiming a VPN is a perfect or complete solution... The modern web has an absolute ton of ways to track you even through a VPN, but CPV isn't it.

0
lemmy.ca

Sure, but there are also lots of other ways around it. Non-chrome browsers (or Chromium-based browsers) still allow for good extensions that can block YouTube ads.

Firefox + uBlock Origin still works great, even when all the front-ends are broken.

12

I encounter VPN blocks everywhere frequently. I usually just reroll my selected server until the block goes away

57
lemmy.world

VPN ads seriously need to stop promising that you can get around content restrictions.

47
braxreply
sh.itjust.works

People should educate others on how to get content not available in their area for free without the hassle.

If media isn't available in your area, then the company is telling you they don't want your money. There is a $0.00 loss to them if you pirate it.

41
DupaCyckireply
lemmy.world

Unless you calculate it using the Nintendo formula, in which case you owe them $3 million.

20
braxreply
sh.itjust.works

Which is why there needs to be better pushback "Okay, so where exactly are you selling a functional SNES cart that I can plug into my SNES and play?" as an example.

8
scarabicreply
lemmy.world

I’m not sure how that pushback can be applied. It’s not a legal argument that I am justified in stealing something if you won’t sell it to me. Although, at the same time, I don’t know what basis they have for claiming damages.

3
braxreply
sh.itjust.works

The pushback would be when they cry about monetary losses for something they literally don't even sell anymore. Is this not why they're always trying to take down ROM sites?

2
scarabicreply
lemmy.world

Yeah the damages don’t make sense. They might be able to press other changes.

1

Or they need to do a better job at getting around content restrictions

5
lemmy.world

Well, they need to make sure the right people are watching the right propaganda.

44
skisnowreply
lemmy.ca

If money is speech, what is a company “saying” when it donates to both parties?

2

It’s just lobbying to get their interests. They aren’t specifically pro rep or pro dem they are pro google

2

As someone who uses multiple VPNs daily I have a suggestion. Try to locate a different server and connect to it. See if there’s a drop down menu in your VPN app. Sometimes a particular IP on one of those servers flags websites’ fraud detection. Sometimes I can switch servers on my VPN and refresh the page and it loads just fine.

43

Excellent advice. It’s a game of cat and mouse (or whack-a-mole, whatever metaphor works…).

Sites that want your data for whatever reason hate VPNs, so they identify exit points and blacklist traffic from them. VPN providers know this so they spin up new exit points with different IP.

Just try a different server. Sometimes it’s a regional ’rights’ issue, so pick another server that is in the same jurisdiction, for instance in the case of streaming.

20
lemmy.world

I mean... detecting (some) VPNs is as trivial as

fetch('https://github.com/NazgulCoder/IPLists/raw/refs/heads/main/output/vpn-ipv4.txt').then( res => res.text() ).then( res => console.log( res.includes( "1.2.3.4" ) ) )

thanks to https://github.com/NazgulCoder/IPLists/

FWIW though I did try, connected via a random VPN from ProtonVPN from Argentina... and it wasn't in that list. So it's not perfect. Also ProtonVPN has apparently today 13K servers according to https://protonvpn.com/vpn-servers

That being said I can imagine that Google, which is literally built on crawling the Web, has all the infrastructure and expertise needed to have such lists and up to date ones.

I'm not justifying blocking VPN here, only trying to clarify that unless you self-host in a rather specific setup (i.e. not relying a popular cloud provider but truly self hosting) it's technically not hard to block VPNs.

41

Yeah, detecting the VPN isn’t really difficult at all. VPN providers sometimes try to cycle through IP addresses to make it harder, but there’s only so much they can do.

This isn’t really noteworthy, especially when you consider how many services require a sign in when you’re on a VPN anyways. It’s shitty, but not really surprising; They want to be able to tie your traffic to you, not just to a random VPN server. Hell, even without signing in, they probably have your browser fingerprinted. If you’re privacy focused, you probably have a lot of privacy based extensions, in a privacy based browser. And that makes you easy to fingerprint.

8

Many websites now just block a large range of cloud and VPS services in order to reduce DDOS from AI crawlers. For youtube and reddit you can still access if you are logged in though.

3
ani.social

If only you don't serve ads containing literal porn to my face with my VPN off 😡😡

39
7U5K3Nreply
lemmy.dbzer0.com

My state requires an ID to view porn so it's all blocked for me!

Weeeee

9

Just hold your driving license up next to your face so we know who's watching gay porn in a world increasingly intolerant to gay people. No problem there.

17

Huh? I don't use a VPN unless I want to watch geoblocked content, and adblocking works just fine without.

1
Novalingreply
lemmy.zip

Couldn't you just use uBlock and/or NextDNS/PiHole to avoid porn ads rather than use a VPN?

1
lemmy.ml

My ISP has started throttling YouTube to ~2mbps when viewed from desktop. Using a VPN gets around this and lets me watch in HD. Luckily I've not encountered this error yet, but if I do I guess it's no more YouTube for me, 480p is just way too blurry to put up with.

35
lemmy.ml

They're 5g based, so I suspect it's within the terms of service somewhere that they can limit the streaming quality? Historically I'd only ever noticed deprioritization, never a hard bandwidth limit.

15
usagireply
lemmy.world

I wonder if there’s any workaround besides VPNs like changing DNS or something?

5
lemmy.today

Phone->revanced

Smart tv->smart tube next

I don't ever watch YouTube on my laptop but I'm sure there are utilities available.

8

I think so. Only apple product I ever had was an iPod, so I'm extremely unfamiliar with their ecosystem.

2

I use 1.1.1.1 so I don't think it's easily ignored by changing DNS. But interestingly while using Revanced and NewPipe on my phone I don't have any of the same problems. Maybe my computer is ignoring my router's DNS? Maybe mobile YouTube is delivered from a different server? I wish I knew but ultimately using a VPN still works for me and is a very low effort fix.

What I don't get is why it's only YouTube they choose to throttle. I've never noticed any issues on other streaming websites and fast.com which literally uses Netflix servers is also full speed.

2
lemmy.world

I'm surprised it took so long, I've not been able to watch Channel 5 for years.

Anyhow, I love Revanced.

33
lemmynsfw.com

Every time I see people talk YouTube alternatives they complain that Revanced is bad and Newpipe is good.

1
Novalingreply
lemmy.zip

ReVanced will work almost flawlessly 90% of the time. Newpipe, Freetube, Pipepipe, Invidious, etc. will frequently break and require so much VPN hopping that I barely bother with them. Watching YT on my laptop is a pain in the ass compared to my phone.

Honestly, until late summer ReVanced hadn't done me wrong at all and I had been using it for about a year, but YT managed to patch whatever loophole they found for YT Music, so I suffered for a month and listened on the regular YT app. It works now, although sometimes I have to VPN hop because it'll play a song only up to a minute, and then hang.

6

ReVanced looks pretty good installed on a desktop Android emulator / VM set to Tablet mode FYI

2

Revanced doesn't just flawlessly patch YouTube (and gives you additional options like skipping promos), you can use it to patch all sorts of other apps too.

1
sopuli.xyz

Listen at this point, we either re-upload our favorite creator's content to other platforms. Convince them to join alternatives or help out *their replacements" on those alternative platforms to grow.

Either way I do not respect content-creators that do not support alternative platforms (& decentralization) on principle

33

Listen at this point, we either re-upload our favorite creator’s content to other platforms. Convince them to join alternatives or help out their replacements on thise alternative platforms to grow.

I am with this, tired of using a yt frontend to watch videos (sometimes real website), and no reuploads nor have alternatives.

10

Oh, so what they’re really saying is that a platform owned by GOOGLE has trouble FINDING the best content?

Everyone knows.

27
lemmy.world

If you find what you're looking for the first time, they can't serve you as many ads.

13
imetatorsreply
lemmy.dbzer0.com

Been trying out Invidious lately. Nice stuff if it is not down for a reason or two.

Oh! Speaking of a devil. It is down right now!

8

Yeah, i even made a script just to log into its container (proxmox lxc) and pull the latest image when i see videos cant load.

It’s almost always google actively changing things, sometimes directly targeting invidious.

What did also helped was give its container 2 cpu cores rather than just 1. The internally errors and timeouts causes by google changes cause a big strain on it so it often crashed in combination with needing an update (leaving me unable to backup my up to date subscription list)

3
rosco385reply
lemmy.wtf

I haven't used Invidious, but I've never had.an issue with PipePipe being down.

1

See, there is the problem, if you use a VPN you dont allow Google to locate the best content! Nothing to see here, YouTube is only trying to be helpful here, Google is absolutely not trying to use you as a data nugget to get rich from

24
sh.itjust.works

Dude, I seem to find more sites that break when using my VPN than those that allow it. The bastards are winning

16
prolereply
lemmy.blahaj.zone

I'll change servers a couple times, and if it still doesn't work, I'll just move on

12
lemmy.world

People don't realize how much shit youtube/google ignores over time, for whatever reasons (but mostly because it's cheaper to ignoer I'd guess). With most major consumer VPN providers, this is very easy to detect. Adblockers are easy to detect. Tampering with the website structure? Believe it or not, quite easy to detect when someone hide a component or change a title or a button.

If they decided to seriously get after people that circumvent geofencing, people that block ads, people that change the interface to their liking, or people that plainly use alternative websites, they could easily. And it would require far less effort on their end to keep things complicated than it would require on our end to keep things working at an acceptable level.

15
survirtualreply
lemmy.world

Only kind of true.

If they did implement all those measures, all you do is launch a puppet browser rendered off screen and scrape the content you want. This could work for any site and it is impossible for anyone to detect.

For ads, as a nuclear option, you can detect when they occur and black the stream out.

I would personally do this if left with no other option.

28
cley_fayereply
lemmy.world

Cue detection of "realistic" human activity on the UI and preventing streaming if the server determine this activity does not match a human enough pattern.

I'm exaggerating on that one, but… that's not even that implausible these days.

My point was, dancing this dance with "big website", whoever it is, will always be an endless uphill battle.

3
survirtualreply
lemmy.world

They can't do that because of accessibility reasons. If they did that, a disabled person has grounds to sue them for proper aria hints & controls.

It doesn't matter what kind of content it is, either. It must be made accessible.

17

Uh. I don't know how it is on the other side of the ocean, but around here, it's a nice goal, but there's much more care going into making messes than implementing accessible websites. Even official government services sometimes just barely slaps an "accessibility conformity: partial/none" and keep going on.

I'm not sure having an accessible web is enough to overcome the thirst for ad money and control.

2

Sometimes I do get YouTube telling me that I need to disable my adblocker to access a video, so they do try to block that stuff (though I suspect that the infrequency with which this happens combined with the fact that not everyone does experience it when some people do report this happening suggests that they're just testing methods of detection and blocking)

Usually when it happens, I just go into my Ublock settings and update stuff. I can't remember that ever not working. It feels like a low-key arms race, in a cold-war kind of way

8

"This will allow YouTube to locate the best content"

They mean slop? Another reason why I still use Newpipe on mobile.

15

Google bought YouTube in like 2006. I liked it before they bought it, sure, but I would be hard pressed to say it’s been all downhill after the first year.

9
lemmy.dbzer0.com

I've been getting a "You must sign on to see this content" from YouTube (refusing to play the video if I don't) for ages when I'm behind a VPN, but if I disconnect the VPN and try again I don't get it.

Curiously, sometimes it doesn't happen.

I guess YouTube has a list of IP addresses of VPN exit points and will do that if it detects a connection coming from one of those, but at least for my VPN provider some exit points are not in the list.

13
Axolotlreply
feddit.it

With TOR i don't have problems on youtube, somehow

2
Axolotlreply
feddit.it

Idk, for me it works well, i have almost the same latency and speed as if i wasn't using it, maybe because their nodes are near me, Dunno, but i live in europe and there are a lot of people and nearby countries so it may be

1
Aceticonreply
lemmy.dbzer0.com

I'm in Europe too and my experience with TOR is not quite the same.

Then again I'm in one the more peripheric bits of Europe and not surrounded by countries were people run TOR nodes, so TOR probably more bottlenecked than in a more central place in Europe.

That said, surfing behind a VPN (which I pay for) plus provides me the level of privacy which I need at the moment.

1

I am near France, Austria, Swiss and not too distant from germany too, so i suppose i have a couple of nodes nearby

2

Tip: Peertube Companion is a good extension for directing you to duplicates of the video you're trying to watch if it can be found elsewhere.

11

I watched youtube religously 10-15 years ago. Now when I try to enjoy some content, I struggle to find anything of quality that's in my feed. Sometimes I'm scrolling for 10 minutes and give up. Their algorithm for what might interest me was so much better back then.

10

Pipepipe has been more reliable for me, lately.

But who knows how long these alternative front-ends will last? It's a constant cat and mouse game between volunteers and Google.

6

Apps don't need finances to survive. The creator of the app could be working on it entirely because they want to, and not because they get paid. As far as I know, NewPipe is just a front-end. It doesn't host anything, and just runs as a client to essentially give a new interfwce to YouTube.

16
lemmy.ml

Most open source projects are not financially driven. The bigger projects, such as this, usually function like non-profit organizations.

2
lemmy.world

Everything detects VPNs. Reddit has an error screen I've never seen before about network activity when I use a VPN and I'm not logged in. YouTube refuses to let me watch embedded videos when I'm on my VPN. Many pages simply refuse to load.

10
lemmy.world

Reddit?! Okay, that's pretty terrible. It's one thing to have region-locked copyright for stuff, but disallowing VPNs for a web forum? While we don't need more evidence that they've turned heel, that's an awful big red flag.

6

"In order to enhance your viewing experience, we've sold your data to your government"

The man sighs as he read the text on his computer screen, as loud knocking is heard on his apartment door. He looks through the peephole, there are men with uniforms outside.

[Ending 42/666, The Gulag Ending]

9
lemmy.zip

Lately while on VPN I’m able to watch videos and sometime have to solve a captcha to prove I’m not a bot, but if I’m using nothing (at home on WiFi) it’ll ask me to sign in to make sure I’m not a bot 🤷🏻‍♂️🤷🏻‍♂️.. Like wtf

6
Axolotlreply
feddit.it

Because there is a lot of traffic from the same IP and the site get suspicious

0
Lennyreply
lemmy.zip

Yeah, so I understand why I have to solve a captcha when using VPN, but I literally (at times) cannot use YT ‘anonymously’ from my residential IP without signing in to an account.

1

Usually ISPs don't give a unique IP to every user but sometimes they give the same IP to more people, so based on what they did it can happend that you may get limited/banned or have to solve many captchas

2
lemmy.ml

They've been able to detect commercial VPNs for a long time. They're just starting to care enough to take some action now.

5

I rolled my own VPN, no issues. Won't say how because I got my ass beat for recommending it last time.

0
katy ✨reply
piefed.blahaj.zone

i personally use mullvad (for something quick because i love their ethos) and windscribe (paid) for port forwarding

7
LordMayorreply
piefed.social

FYI, most Mullvad exit nodes are blocked by big services.

You have to try different ones to find one that works. I have found just a couple that work for, for example, Netflix or Reddit.

Proton and PIA seemed to be easier, I think they have more exits and/or rotate the IP addresses of the exits.

I like Mullvad as a company better so I use them.

3
scytalereply
piefed.zip

I use Mullvad servers in South America and Southeast Asia for youtube and it works. No issues with Netflix with the servers in Europe and Asia that I use.

One of my reddit accounts was locked/suspended when I logged in though, and I can’t unlock it because it doesn’t have an email attached to it for account recovery. But just browsing isn’t an issue with old.reddit.

1

reddit has always been able to detect vpn/vps, its just they dont ban you immediately, if they even detect your IP, or fingerprinting pattern it usually a shadowban. thats why people used other methods to evade it.

1

Oh no, I guess I'll just have to not use YouTube. How tragic?

Pretty confident you could get around this but is it even worth clicking the button to switch addresses or use a different VPN? Eh...

5

That's probably not too hard to detect based on IP. They only do it for some content though. The only content I watch that has this block is official Formula 1 content on YouTube. It's probably something that creators can enable when they want to region lock content or something

4

I don't think NewPipe uses yt's API. yt-dlp certainly doesn't. It's kinda the whole point of these alternative frontends.

6
lemmy.world

Try pipepipe, haven't had it blocked ever for the couple years I've used it

2
lemmy.world

I use it, great app but I have seen my VPN blocked every once in a while. I end up changing IP addresses three or four times before it works again.

2
reddthat.com

I'm just going to say it: YouTube really started going to shit when professional, monetized YouTubers started becoming a big thing.

6

I'd like to see folks do more PeerTube instances in the future or something similar grow but there is cost involved that people don't have with YouTube.

1

I currently watch YouTube with the Wcosia browser on my phone and have barely gotten any ads since I started using it for this purpose. I dunno why it is like this. I think I have gotten one ad in months and all I had to do was refresh the browser and it went away.

Used to use DuckDuckGo and their video player which also works fine. No ads.

It probably won't last forever. YouTube seems hellbend on becoming AdTube, but for now, this is a fine alternative. I dunno how watching YouTube works with ecosia on the computer, if there are ads there, but on the phone, nothing.

3

I think you can change some config thing to have the exit node be in a certain country so it may help? (Thought i am not sure if there is, the last time i configurated anything was for using HTTP), also, i have had a good expirience with the speed on TOR, i am in europe, where are you?

2
literature.cafe

Welp.

At least nord has some protcol thing that should be able to avoid it

(edit: it's called NordWhisper)

0
DrDystopiareply
lemy.lol

No, NordWhisper is for people to connect to the VPN, not for the VPN to connect to youtube. It's all about what IP's Google knows are VPN's. If you're blocked, switch server or country and try your luck.

5
Emyria~reply
literature.cafe

Normally if a website asks me to stop using my VPN I just switch to NordWhisper and it's fixed.

0

Switching protocols reconnects you to the VPN. Unless you manually select a default server, even reconnecting to the same country is likely to give you a different IP. 🤷‍♂️

2

I needed to fiddle around with YouTube a lot, so it won't try to shove mediocre Pewdiepie clones but Hungarian (or more recently, Hungarian chud slop) down my throat.

0

There aren't really any alternatives.

I'm ok with YouTube due to using strong ad-blockers, browser extensions, and I don't log in. Seems that these 3 things cut most of the bullshit.

10
Psythikreply
lemmy.world

Cause there's nothing else to watch. YouTube has replaced TV in the average household.

6
Psythikreply
lemmy.world

I know and I don't need any of that. Stremio replaces every streaming app except YouTube, so those are the only two apps I need on my TV. If it's not on YouTube, it's on Stremio, and vice versa.

2

Don't like YouTube, do like the content creators on YouTube.

4
Axolotlreply
feddit.it

There are literally 0 good alternatives now, my only hope is fairplay (which is now in development)

2
Axolotlreply
feddit.it

The problem is, any alternative is shit, my preferred creator remain on youtube and i don't want to stare at a wall when i am bored lmao.

Not using youtube is the worst thing you can do right now for your entertainment, what i do is using Revanced and on desktop Floorp + uBlock and i also try to support FairPlay (an alternative to youtube that is still in development) how i can (can't do much rn but i can at least spread the voice)

2
Axolotlreply
feddit.it

A store can give me the same item another sell.

Peertube can't give me a video of TheLoneGamer or MorroLinux

1

Because all the videos are still there.

If that seems like a self-perpetuating problem, it's because it is.

2
programming.dev

What's wrong with VPNs for personal use? Serious question; I've never seen someone opposed to them.

11
lemmy.ca

What’s your real name and address?

Seems like you’re using 1985MustangCobra to mask your identity. We should ban all online usernames and tie everything to a digital Id

21
lemmy.ca

that's not the same, if i was commit a hate crime for example, on this profile, and the police investigated it, they can get my ip address from my client connection. however, someone doing the same and masking their ip address with a VPN to like, i dunno, sweeden but they live in the UK, is a big problem when VPN providers make bold claims of "protecting your identity"

-20

Getting an IP isn't even enough since the average user has a dynamic IP resolving to a box or center nearby but not yheir actual home address. They'd have to subpeona the ISP, which isn't necessarily compelled to comply.

Hell, my IP doesnt even resolve to the same city I am in.

5

so you want the government to be able to geolocate anybody? alright reddit, this one escaped

1

so you want the government to be able to geolocate anybody? alright reddit, this one escaped

1

That's one small use case. There are many other legitimate uses for them. Seems a bit odd to be so against them because they might possibly be used for nefarious purposes. Have you personally been victimized by a VPN user?

8
lemmy.world

You sound scared. You don’t have to be online if there is too much risk of you getting your feelings hurt, you can just go touch grass. Even the people you don’t like have a right to privacy.

7

im sorry sir you need to hand over all your knives because LUNATICS use them to attack others also put this straitjacket on while youre doing so, as MANIACS use their fists to attack others

1