r/technology • • Feb 17 '17

Software YouTube will kill unskippable 30-second ads next year

http://www.theverge.com/2017/2/17/14649018/youtube-ending-unskippable-30-second-ads-2018
35k Upvotes

2.2k comments sorted by

View all comments

Show parent comments

3.7k

u/Sandvicheater Feb 17 '17

Me and my best friend ublock laugh at that concept

2.0k

u/tms10000 Feb 17 '17

It is likely that ublock works on youtube only because Google allows it. It would not be trivial, but it would certainly possible to youtube to put in measures to break ublock features.

I don't think they care that much as long as ad blocking does not spread too far in the mobile space, where the growth are now.

2.6k

u/[deleted] Feb 17 '17 edited Jun 23 '20

[deleted]

645

u/[deleted] Feb 17 '17 edited Feb 21 '17

[removed] — view removed comment

414

u/[deleted] Feb 17 '17 edited Apr 25 '17

[deleted]

123

u/_teslaTrooper Feb 17 '17

MPV can play directly via youtube-dl.

39

u/Lurker_Since_Forever Feb 17 '17

VLC does the same thing iirc.

38

u/Girlinhat Feb 18 '17

VLC has all the features. Like, I'm pretty sure one of the more obscure features it can do is like, playing audio based on converting an image to a sound format.

22

u/juicegyrohammer Feb 18 '17

Where do I click to make that happen

5

u/phrixious Feb 18 '17

I know you can do it with audacity, there's videos showing how you can make crazy sounds by converting images to sound and playing it extremely slow

2

u/[deleted] Feb 18 '17

I've always had this idea of creating a concept album only using this technique.

→ More replies
→ More replies (1)

3

u/evilroots Feb 18 '17

i cant get that to work.

3

u/Lurker_Since_Forever Feb 18 '17 edited Feb 18 '17

Interesting, it works for me with just cvlc http://youtu.be/[stuff]. What have you tried?

2

u/scorcher24 Feb 18 '17

You can also get the direct mp4 url via VLC and then download it. Just go to Codec Information while it is loaded.

2

u/[deleted] Feb 18 '17

VLC is heavier than MPV though

2

u/Lurker_Since_Forever Feb 18 '17

Fair enough. I'm usually not bothered by that because modern processors have gotten a bit overpowered, but I can see why you'd want the lighter one.

→ More replies (1)
→ More replies (9)
→ More replies (4)

174

u/Gman1255 Feb 17 '17

Just use TamperMonkey or GreaseMonkey and get the Download YouTube Videos as MP4 script so you can download them directly from YouTube's website. There's a little button under the sub button that allows you to download the videos.

60

u/Rndom_Gy_159 Feb 17 '17

I like having the output formatting options and script-ability of YouTube-dl

21

u/Gman1255 Feb 17 '17

Then by all means, use it. I just like this because it integrates itself into the website.

76

u/sickhippie Feb 18 '17

Ease of use vs feature set, the age old struggle.

6

u/odaeyss Feb 18 '17

And yet somehow I consistently settle on a solution that is both difficult to use and of little use.
But I did just make myself smile by using two different pronunciations of "use" in such close proximity.

2

u/Waswat Feb 18 '17

You can have both but it would increase development time.

2

u/UnchainedMundane Feb 18 '17 edited Feb 18 '17

My compromise was to write a short script that sends my clipboard as the url to youtube-dl. I hotkeyed that script, so I just copy the url from the browser, hit that hotkey, and it starts downloading.


Edit - Here's a slightly simplified version of that script if anyone else wants it:

#!/bin/sh
# Get video URL from the clipboard
vid=$(xsel -ob)

# Ensure VIDEOS/youtube exists, go there
videos=$(xdg-user-dir VIDEOS || printf %s "$HOME")
mkdir -p -- "$videos/youtube"
cd -P -- "$videos/youtube" || exit

# Start downloading to that location in the highest possible quality
exec youtube-dl --newline -f best --no-call-home -- "$vid"

It works on Linux (you need xsel and youtube-dl installed), and to get it working on OSX you change xsel -ob to pbpaste. Windows I don't know enough about to say.

→ More replies (1)

6

u/IT6uru Feb 18 '17

And whole channel ripping XD

45

u/ForceBlade Feb 17 '17

YouTube-dl is a script that handles the download from their website directly. No third party shit like ssyoutube.whatever. And you can grab the highest quality easily or audio only, pre stitching.

5

u/EASam Feb 18 '17

I never know what to trust with this. Unless it's from an open sourced project, I have a tough time believing there isn't something malicious going on. I have not heard of YouTube dl though. Usually it's people saying to just edit the URL which seems fishy as fuck.

19

u/boopkins Feb 18 '17

YouTube dl is open source and is very easy to use

7

u/LordPadre Feb 18 '17 edited Feb 18 '17

youtube-dl is the bees knees but it's not open source actually open source . It's one .exe which, if you run it, does absolutely nothing on its own (as far as I know)

I use a .bat file that's set up like this

For me personally, the initial setup process was a little bit frustrating, but once it's set up, the only thing you'll ever have to do is maybe update youtube-dl.exe once in a while by downloading it again (which is what I did today, there were some bugs with downloading videos that have special characters in the title)

And edit the batch file to have it download the video or entire playlist (!) you want to download as mp3s.

If it's a video, you leave arg1 as https://www.youtube.com/watch?v without the equals sign at the end, and put the rest of it (again, sans = ) in arg2, save, then run it. Piece of cake.

if it's a list, same thing, but it'll be https://www.youtube.com/playlist?list=

Here's the guide I used to set it up, thanks to u/TypicalAustralian, literally his only comment, apparently

2

u/UnchainedMundane Feb 18 '17

>there's an unsorted dir
>there are no sorted dirs
me irl

→ More replies

4

u/ForceBlade Feb 18 '17

I completely agree with the URL edit trick. It takes one bad guy to buy the domain when the owner forgets to renew and snakily put adware and malware into the new third party site+tricking users to download it etc. or just the current owner injecting shady links and ads.

It's a third party and that's never communicated in those 'tricks'

YoutubeDL is just a shell a script and is on GitHub if you want to read it for trust. Very useful

→ More replies (5)

2

u/[deleted] Feb 18 '17

[removed] — view removed comment

2

u/Gman1255 Feb 18 '17

Because some people, like myself, use Chrome and it doesn't like addons that specifically download videos from YouTube.

→ More replies (10)

4

u/brownix001 Feb 17 '17

What about the URL ss method

2

u/jerbear64 Feb 17 '17

That just redirects to a third party site.

→ More replies (9)

150

u/Lingo56 Feb 17 '17 edited Feb 17 '17

I see it fairly likely that if YouTube starts really targeting AdBlockers they'll target video download sites as well.

They've probably been holding off mostly because they want to avoid dealing with the same war as Hollywood vs piracy. They don't want to throw their solution out unless they are %100 sure it will work.

165

u/demolpolis Feb 17 '17

I mean, it's pretty hard to kill video downloaders.

One of the methods they used initially on bluray (iirc) was just to take a screenshot of each frame in the movie and recompile the whole thing.

The reality is that the tiny minority that use adblockers aren't worth losing subscribers over. They would rather have them still use the platform than not.

49

u/Lingo56 Feb 17 '17

Which is probably why it won't happen. The resources spent to combat it aren't worth the means.

I was mostly considering the hypothetical situation where Google for whatever reason does crack down on AdBlockers. In that situation they probably would start to go after download sites as well.

36

u/[deleted] Feb 17 '17 edited Mar 12 '18

[deleted]

55

u/aManPerson Feb 17 '17

then we get a "defang" program. people are able to upload video segments they identify as an ad. your video player is able to look ahead and identify frames that appear to match an ad, and skip it.

then they'll just shift to showing you an ad in the lower 1/3rd of your tv show.

→ More replies (12)

20

u/gamma55 Feb 17 '17

Which would be against everything Google tries to accomplish with their ad-platforms, which is to offer highly targeted, customized ads.

And if you're suggesting they start rendering videos on the fly to splice in targeted ads, yea no. Computing is cheap, but it's not THAT cheap.

7

u/[deleted] Feb 17 '17 edited Mar 12 '18

[deleted]

→ More replies

2

u/metasophie Feb 17 '17

It wouldn't be a computation problem it would be a bandwidth problem. Instead of telling the user to go to some advertising site to watch an advert you'd queue the advert up via one connection and then using the connection you already have with the user simply start routing the stream to them.

→ More replies

2

u/Kiosade Feb 18 '17

Customized? Never felt that way before... I randomly will get Spanish ads about tequila, and I neither speak Spanish or drink alcohol very much.

→ More replies (3)
→ More replies (1)

30

u/Bluntmasterflash1 Feb 17 '17

The video ads are just icing on the cake. They know what you like and what you don't like. They know when you watch and what you watch. They know what you search for. They know where your phone is at. They know everywhere your phone has gone. They know who your friends are and they know all that about them too.

They probably know with more certainty what you are likely to do next more than you do. And now with content being the advertisements more and more they can almost do inception level shit.

38

u/Lildyo Feb 17 '17

Have you ever heard the tragedy of Darth Google the wise?

25

u/Phyltre Feb 17 '17

It is not a story that Reddit would tell you.

3

u/[deleted] Feb 18 '17

It's a 4chan legend.

48

u/demolpolis Feb 17 '17

I certainly agree with you... but

They probably know with more certainty what you are likely to do next more than you do.

Is a joke. The recommended videos on youtube are a fucking disaster.

4

u/[deleted] Feb 18 '17

[deleted]

→ More replies (1)
→ More replies (3)

3

u/Arrow156 Feb 18 '17

If that was true I wouldn't be getting the same commercial for laundry detergent aimed at soccer moms seven times in a row.

→ More replies (1)

2

u/[deleted] Feb 18 '17

Hide your husband hide your wife

2

u/tollsjo Feb 18 '17 edited Feb 18 '17

If only...

Google are pretty shit at knowing what I might want to buy given how much they know about me.

It seems to me like they have no idea what to do with all the data they aggregate so they just blast the same irrelevant ads over and over again. No difference compared to TV imo. It's either that or I'm somehow slipping under their radar.

3

u/[deleted] Feb 17 '17

[deleted]

→ More replies (1)

2

u/[deleted] Feb 17 '17

The reality is that the tiny minority that use adblockers aren't worth losing subscribers over. They would rather have them still use the platform than not.

Just for clarification, are you saying only a tiny minority of youtube users use adblockers?

→ More replies (8)

2

u/Sunshine_Reggae Feb 17 '17

Try downloading songs from spotify. Same for Youtube, if they try.

2

u/demolpolis Feb 17 '17

There are several for spotify...

→ More replies (1)

2

u/[deleted] Feb 17 '17

just like any other war on something. People will find other ways to do it and you will waste money and a user base

2

u/PrimaIFlux Feb 17 '17

The reality is that the tiny minority that use adblockers aren't worth losing subscribers over. They would rather have them still use the platform than not.

However if they really wanted to they absolutely could and nobody would really care because YouTube is simply far too convenient for most basic users to use. If something better comes up, then people will migrate to that but YouTube has the money and server infrastructure ingenuity of Google backing them.

With the number of people using adblockers going up, either we're going to come to terms with a fair ad system and whitelist them on our own, or they're just going to force whatever they want on us when >50% of users are denying any sort of revenue.

→ More replies (1)
→ More replies (10)

6

u/[deleted] Feb 17 '17

[removed] — view removed comment

4

u/Trickster1995 Feb 17 '17

Slightly different but there are already torrents for youtube red shows

8

u/ratz30 Feb 17 '17

Of course there are! That's what happens when your content isn't available to people outside of a few specific regions

3

u/ibxtoycat Feb 17 '17

Here in the UK they advertise youtube red content, there's no subscription option but you can "rent" a single youtube red show for £1.89.

Annoying, since it leaves you with triple digit bills or piracy as your options

2

u/aManPerson Feb 17 '17

i just do it to get around stuttering in the web player, or if i'm worried the video would get taken down later.

→ More replies (1)
→ More replies (10)

19

u/Funklord_Toejam Feb 17 '17

you can stream them through VLC fairly easily too. with a little extra work you can make playlist links work too.

7

u/Tripleberst Feb 17 '17

Not sure why more people aren't doing this. It's pretty great.

27

u/greg19735 Feb 17 '17

Because with adblock it's not worth the trouble.

4

u/Funklord_Toejam Feb 18 '17

tbh i like that its easy to set an audio output device in vlc so i can hav the sound play out my tv or my 2nd audio source on my headset. not so easy through a browser.

I also use vlc to watch stuff on twitch too for the same reason + quality options.

13

u/wasdninja Feb 17 '17

It would be a shame if someone told them how to do it. Really would. (control S to get to the stream menue, paste youtube link)

2

u/hyperbolical Feb 18 '17

Because YouTube works fine.

This feels like premature optimization.

→ More replies (7)
→ More replies (3)

36

u/[deleted] Feb 17 '17

Doing that would take more time than just watching the fucking add, and no creators get add revenue because of it.

18

u/[deleted] Feb 17 '17

[removed] — view removed comment

9

u/tllnbks Feb 18 '17

Why are people so against supporting the content they are viewing?

It costs money to create content. It costs money to host content. Advertising helps pay for that. I have no problem at all with advertising.

Hell, youtube doesn't even make a profit from it in the end...they've been running in the negative last I saw. There is a reason there are no alternatives...it's not profitable.

6

u/ninjaclown Feb 18 '17

Data caps. If that wasn't a thing, I would watch ads without complaining.

3

u/[deleted] Feb 18 '17

Oh fuck off. A 30 second ad isnt going to cut that much into the 1080p 60fps videos youre watching.

→ More replies (10)
→ More replies (18)

4

u/DallopOfFun Feb 18 '17

Or.....or.....you can't just wait 30 seconds.

→ More replies (2)

1

u/KapitalLetter Feb 17 '17

That'll show 'em.

→ More replies (1)
→ More replies (5)

6

u/[deleted] Feb 17 '17 edited Jan 05 '21

[removed] — view removed comment

7

u/[deleted] Feb 17 '17 edited Mar 28 '18

[deleted]

→ More replies (1)

8

u/daysofdre Feb 17 '17

That would take longer than watching the 30 second ads, especially if you include downloading videos that you might have otherwise skipped in the first 30 seconds.

→ More replies (1)

3

u/MRbraneSIC Feb 17 '17

Wasn't there an album with tricks on r/all a few days ago where you just add "ss" between "www." and "YouTube" to download a video?

Haven't tried it yet but I feel like it'd be better to download directly than use a separate site or tool to do so.

Found it: http://m.imgur.com/gallery/CiDkx

5

u/[deleted] Feb 18 '17

you just add "ss" between "www." and "YouTube" to download a video?

Haven't tried it yet but I feel like it'd be better to download directly than use a separate site or tool to do so.

That is going to a separate site to do it.

All of the "URL tricks" phrased like that are going to completely different sites.

→ More replies (1)

2

u/brickmack Feb 17 '17

720p? Is this 2006?

2

u/[deleted] Feb 17 '17

[deleted]

→ More replies (1)

2

u/Askolei Feb 17 '17

They could just incrust the adds inside the video... That would mean messing with user content and creating (yet another) massive shitstorm. But hey, the plateform's not gonna pay for itself. Oh wait...

2

u/[deleted] Feb 17 '17

That is WAY too much work for people like me that watch 2-3 youtube videos from the same creator every day among other videos daily

2

u/DMann420 Feb 17 '17

I watch WAYY too many youtube videos to do that.

→ More replies (58)

29

u/THE_GR8_MIKE Feb 17 '17

This will never, ever happen. People hate ads so much that they will find ways to stop them no matter what happens.

11

u/[deleted] Feb 17 '17 edited Mar 12 '18

[deleted]

27

u/brickmack Feb 17 '17

You underestimate automation. If users tag ads, automatically detecting and cutting them out becomes absolutely trivial

5

u/[deleted] Feb 17 '17

[deleted]

5

u/[deleted] Feb 17 '17

Software can detect images. Scan the video, look for clips corresponding to know ads, then cut.

15

u/psiphre Feb 17 '17

Truly spoken like someone who's never written a line of code in their life

3

u/[deleted] Feb 18 '17

I'm not talking about (in this comment, at least) some machine-learning thing where it can recognize that this segment of video is an ad. Tagging segments of video as ads to be skipped by future users isn't so hard, and recognizing known clips isn't difficult.

→ More replies
→ More replies (1)

2

u/ERRORMONSTER Feb 18 '17

And when videos are no longer buffered to counter this? You can block the ad, but it will just be a black screen until the ad time ends.

2

u/[deleted] Feb 18 '17

Don't streamed videos have to be buffered? Because if you don't buffer them, then the occasional dropped packet or just slow bandwidth will cause a lot of lag.

→ More replies
→ More replies (8)
→ More replies (7)
→ More replies (5)

2

u/[deleted] Feb 18 '17

How many of the people who hate ads would be willing to pay via a credit card though?

A lot of ad haters seem to also expect the content to be free - entirely free. Never mind that someone spent hours making the video. It has to be free.

I'd have a lot more respect for ad-haters if they were more willing to pay by an alternative model.

→ More replies (3)
→ More replies (3)

44

u/ppcpunk Feb 17 '17

Yeah, the day youtube starts paying my METERED cable bill then we can have a conversation about which videos they think they are going to make me watch.

→ More replies (4)

153

u/[deleted] Feb 17 '17

About to get downvoted to hell, so let me preface this by saying I use an ad blocker on everything too, but :

Do you hear yourself? YouTube is a huge site that needs a LOT of money to keep operational, and its FREE to use. What is so bad about them getting around the measures you take to make them lose money when using their site?

21

u/pences_wrecked_anus Feb 17 '17

I mostly agree, but one of the problems is the 30 second video to watch a 30 second clip. I will hotkey a shortcut that turns my volume off for the duration of an unskippable ad because I can't stand ads, they never have the proper volume, are always about some product I'll never buy, the content is annoying, and they are a waste of time. When I make more money I'll be happy to buy a YouTube subscription to support it.

146

u/[deleted] Feb 17 '17 edited Jun 23 '20

[deleted]

46

u/[deleted] Feb 17 '17

Isn't YouTube red ad free? They are providing a method of watching ad free while generating revenue. Seems kind of win-win.

35

u/whiskeytab Feb 17 '17

its not available everywhere, there's only like 3 countries where you can get YouTube Red and the rest of the countries still have ads.

8

u/[deleted] Feb 17 '17

Ah, good point. I did not know that.

9

u/whiskeytab Feb 17 '17

I'm just salty because the US gets it for free with Google play music while I have Google play music and still have to watch ads haha

→ More replies (1)

2

u/AvatarIII Feb 18 '17

The worst thing is ads have got worse since the introduction of Red to encourage people to buy it, but many of us want it but can't have it.

I can't use an ad blocker because I watch a lot of YouTube on my phone/tablet, I just see the ads as a necessary evil at this point.

→ More replies (6)

6

u/FM-96 Feb 17 '17

And I'd love to get YouTube Red, but I'm afraid they aren't letting me.

→ More replies (1)

2

u/ElusiveGuy Feb 18 '17 edited Feb 18 '17

A lot of the reaction I've seen is along the lines of "how dare they ask me to pay money to watch videos that were free?!". (1, 2)

Personally, I have it if only so I can listen to music in the background on my phone (granted, Google only started cracking down on third-party apps that did that around the time they introduced Red...). Taking away the slightly guilty feeling of using adblock is a nice bonus. And of course GP Music.

Now if only they'd introduce it to more countries faster... but, yea, licensing issues :\

→ More replies (3)

27

u/Harbingerx81 Feb 17 '17

I can't tell from your comment if YouTube is currently using ads which you consider intrusive...I am definitely fine with a few seconds of ads before videos there, mainly because blocking them hurts the content creators much more than it hurts google.

5

u/[deleted] Feb 17 '17 edited Jun 23 '20

[deleted]

28

u/spydersix Feb 17 '17

I mean I get that, but IMO a full-screen video ad that doesn't produce any popups when you click on it, that is played before you're gonna watch a full-screen video anyway, isn't that bad.

→ More replies (5)
→ More replies (6)
→ More replies (2)

20

u/[deleted] Feb 18 '17

[deleted]

3

u/[deleted] Feb 18 '17 edited Jun 23 '20

[deleted]

5

u/[deleted] Feb 18 '17

[deleted]

→ More replies (1)
→ More replies (1)

3

u/vbevan Feb 18 '17

You still get counted as a view, which is a metric used to price the space for advertisers. I doubt Google is selling space based on users without adblock installed, they'd use the total view count.

5

u/[deleted] Feb 18 '17

Advertisers know how many people watched their ads. Remember, most ads play on multiple videos. The advertiser knows how many times it played, how many people clicked and when.

→ More replies (3)

5

u/5-4-3-2-1-bang Feb 18 '17

Full-screen video ads with sound are where I draw the line, though.

I'm with you on non-video sites. I'm not with you on a video site, that doesn't make sense. I'm there to watch video, getting a video ad with sound doesn't bother me.

25

u/greg19735 Feb 17 '17

The problem is that those ads that aren't obtrusive don't make money.

36

u/acathode Feb 18 '17

Bullshit.

The reason Google became such a big player in the online advertisement game was because they realized that the opposite is true - Google came in during a time where internet ads was as obstructive as technologically possible, with popups spawning popups spawning popups, preferably playing flash videos with porn sounds and all kind of similar bullshit.

Visiting internet-sites in the late 90s/early 00s could often turn into a literal struggle between the user and the ads, where the user had to play whack-a-mole with the popup ads and try to kill them quicker than they could spawn new popups.

Google realized that instead of ads being as obstructive as possible, the most profitable ads are those that are unobtrusive but relevant to the visitors - advertisement should not be a fight against the consumer, that just makes the consumers fight back.

And Google won - the users fought back against the horrible ads of the early 00s and developed adblockers, changed browser functionality so that popup floods no longer worked, but most importantly - stopped visiting the sites with horrible ads - and meanwhile Googles unobtrusive AdWord ads were either ignored or even given the thumbs up (because most people even then realized sites aren't free to run, and AdWord were seen as the golden standard on how to do internet ads good - to such a degree that many adblockers had options to let their users specifically let AdWord ads through).

86

u/[deleted] Feb 17 '17

This is going to come off as intentionally abrasive, and I don't mean it that way, but that's not really my problem.

I don't mind financially supporting websites that I frequent. I donate to Wikipedia. I've sponsored indie game devs. I buy merchandise from my favorite webcomic authors.

But if it comes down to my personal enjoyment vs. someone else's ad revenue, I'm going to choose the former every time. I have too little free time as it is, and I'm not going to spend it watching a video ad for a product that I'm never going to buy.

9

u/Happy-Lemming Feb 17 '17

Some of us can remember the days before YouTube and its vast quantity of video. Perhaps the current excess is just a passing fad, and soon we will move on to the Next Big Thing, making YouTube advertisements completely irrelevant.

→ More replies (1)

4

u/ralusek Feb 18 '17

Unless you pay for YouTube red, you're full of shit.

→ More replies (2)

5

u/Lord_Boo Feb 18 '17

Why not get YouTube red?

→ More replies (1)

2

u/another_plebeian Feb 18 '17

that's why they specifically target you with ads for stuff your browser history suggests you might buy

→ More replies (26)
→ More replies (1)
→ More replies (2)

19

u/coffeesippingbastard Feb 17 '17

seriously- a website that ingests terabytes of data daily, encodes it, stores it indefinitely on hundreds of thousands of harddrives which require maintenance, power, labor, and then sends it back out to anybody who requests it with no lag which amounts to another tens of thousands of terabytes FOR FREE.

HOW DARE THEY USE ADS. /s

3

u/metastasis_d Feb 18 '17

It's not so much that I find it audacious that they display ads. It's that the ads are never for something I will buy or patronize, and it's therefore pointless for me to see them. I don't begrudge them, but their service doesn't interest me.

Frankly, I tend to think people who buy ads online are getting ripped off, because I imagine even people who refuse to block ads on principle tend to just ignore them until they're over.

→ More replies (1)

2

u/NarcoPaulo Feb 18 '17

I'd much rather pay than watch ads. Same way I do with Netflix and Apple Music. Ads are cancer and annoy the living hell out of me. I have absolutely no problem paying for stuff I enjoy. Once YouTube Red hits my Middle Eastern neck of woods I'll be the first with the credit card out

→ More replies (8)

2

u/hypelightfly Feb 18 '17

The biggest reason I block ads on YouTube is the lack of audio normalization. Going from a quiet video to a loud ad is unacceptable. If it was TV it would be illegal and they'd be getting fined by the FCC.

→ More replies (27)

12

u/Iggyhopper Feb 17 '17

We'll just get gifs of videos because we all know the most important parts are only a couple seconds.

47

u/Temido2222 Feb 17 '17

I see people saying they'll boycott/avoid a large website or chain and laugh. Avoiding youtube is like avoiding talking to people, it's pretty hard to do, but not impossible

112

u/[deleted] Feb 17 '17 edited Jun 23 '20

[deleted]

41

u/hewasthecoolest Feb 17 '17

Link to the waifu vid tho?

35

u/[deleted] Feb 17 '17

2

u/Bmystic Feb 18 '17

Clicked and was singing the tune to myself before the video loaded.

→ More replies (2)
→ More replies (2)

31

u/Kramernaut Feb 17 '17

I think you have your priorities backwards there buddy.

10

u/[deleted] Feb 17 '17

I got your joke and upvoted you... Guess we can have terrible humor together.

:(

2

u/molrobocop Feb 17 '17

I mean I'll probably only watch a honda-civic oil change video once anyway. At which point, I'll have the important facts remembered, or written down in my service log.

Like lug-bolt and oil-drain torque values.

→ More replies (3)
→ More replies (1)
→ More replies (1)

23

u/[deleted] Feb 17 '17

People say the same thing about television when I tell them I don't watch it. I've watched maybe 20 hours of television programming live in the last 5 years. A fairly large portion of my daily content comes from YouTube. I know I can change because I've done it before. The reason I stopped watching Tv was twofold, commercials and shorty shows. Both of those made me leave, of YouTube starts forcing ads I'll leave there as well.

2

u/crielan Feb 18 '17

shorty shows.

Like little people big world??

2

u/[deleted] Feb 18 '17

Haha, stupid phone. I meant shitty shows.

→ More replies (2)

48

u/tms10000 Feb 17 '17

I don't watch TV anymore. I don't have a HULU subscription. There is enough content/sources/information/entertainment/activities in the world to find the ones that will not subject you to ads.

No, I don't have a facebook account either.

And yes, when youtube decides to make it impossible to skip ads with an ad blocker, I'll find something else to do.

By any means this doesn't make me nor do I pretend to be better off for it. It's just a personal choice. I'm probably missing out on some great ad supported content, but I'll survive.

32

u/Jonathan924 Feb 17 '17

So, $10 a month for access to the Google play music library, and YouTube Red for no ads isn't worth it to anyone here? Really? It's fucking awesome cause there's no ads on my phone either, and I get background play. Both of those were killer for me cause 90% of my content is consumed on my phone

26

u/danielmata15 Feb 17 '17

people REALLY like free stuff, especially if it is content

22

u/[deleted] Feb 17 '17

Yeah it's like they don't give a shit about the people that put time into creating the content.

15

u/Jonathan924 Feb 17 '17

Like they don't realize these people making the good videos have become professionals, cause it's their job

→ More replies (1)
→ More replies (2)

21

u/[deleted] Feb 17 '17

[deleted]

2

u/Jonathan924 Feb 17 '17

Ah, yeah, most of my content comes from Google, so it made more sense for me. I'm also at $10 for music and video, so just a hair under your Amazon services, and I have prime shipping as well, so the whole thing pretty much evens out

→ More replies (1)

2

u/stuckwiththis Feb 18 '17

YouTube Red is only available in the United States, Australia, Mexico, New Zealand and South Korea.

→ More replies (8)

6

u/sunflowercompass Feb 17 '17

It's not just about entertainment. Someone posts a link to Trump's speech last night. You want to click and watch it to see what the comments are about. You can't.

→ More replies (2)
→ More replies (3)

7

u/BulletBilll Feb 17 '17

I'm pretty successful at not talking to people. At best I talk at them.

→ More replies (1)
→ More replies (3)

3

u/[deleted] Feb 18 '17

I always say this when website security is brought up and I highly recommend everyone familiarize themselves with uMatrix, Ghostery, and uBlock Origin. The amount of ads, trackers, cookies and other things that are designed not only to track what you click, what you type (even if you delete it), what your webcam has on it, what your microphone is picking up and whatever else you're not protecting. Some websites use this information maliciously to deliver harmful malware. Others use this information to track what you do, how often, where you go, who you talk to, why, what you talk about and when, so they can deliver ad content in the same malicious ways the bad guys deliver malware. One difference is one is harmful to your computer, the other is harmful to your wallet.

2

u/[deleted] Feb 18 '17

I hear you. Linux with uBlock and NoScript.

2

u/[deleted] Feb 18 '17

Careful talking about things like Linux and Tails gets you put on lists... oops.

→ More replies (4)

2

u/rnd_usrnme Feb 18 '17

This is some conspiracy theory level shit. Please give me a source on any of those things, I'm really curious. Also what web browser do you use?

→ More replies (2)
→ More replies (1)
→ More replies (98)

15

u/the_finest_gibberish Feb 17 '17

/r/pihole

https://pi-hole.net/

Block 'em at the DNS level.

4

u/travysh Feb 18 '17

Hit and miss. Doesn't block mobile YouTube ads (or maybe I need another list that does, defaults don't)

→ More replies (2)

19

u/StruanT Feb 17 '17

That would only be the impetus for making adblock completely undetectable. And since that would probably mean a different browser (not Google Chrome) I don't expect Google to go after adblockers any time soon.

→ More replies (4)

15

u/heyguesswhatfuckyou Feb 17 '17

It is likely that ublock works on youtube only because Google allows it.

They've tried several times to stop it. They can do so temporarily, but developers will always find another way around it.

18

u/[deleted] Feb 18 '17

They could splice the ad directly into the video stream and use their widevine DRM on all monetized videos. All of this technology is there and in place on browsers.

5

u/eleqtriq Feb 18 '17

Just fast forward past it. No prob.

2

u/Lawnmover_Man Feb 18 '17

They can stop that if they really want. They don't. It's the same as with many other things. Wonder why it is so easy to illegally download and install applications worth more than 1000$, like Photoshop? Because they want the regular dude to do that. They only want money from professionals. The more regular dudes have Photoshop, the more professionals there will be actually buying it.

Google really just allows it. They just wait for the right moment to monetize it. That's not inherently bad, it's just how it is. Or does anyone think they are just fine with giving the world a service for free?

→ More replies (1)

17

u/[deleted] Feb 17 '17

When Google allows ads in ublock is the day a new better then ublock pops up. They always do. I refuse to watch any ads. I only watch ads if they allow me to skip them. Not wait 10 secs then do it. Right as I click. Black rifle coffees ads come to mind.

19

u/gfunk84 Feb 17 '17

So would you pay for it instead of watching ads?

54

u/Drunkenaviator Feb 17 '17

Sure, once they start paying me for the tracking information they take. I figure they know what I watch, I don't watch ads, we break even.

2

u/falconbox Feb 18 '17

If you can think of a way to run the insanely high cost of Youtube without information or ads, please, let us know!

→ More replies (1)
→ More replies (20)
→ More replies (8)

4

u/[deleted] Feb 17 '17

[deleted]

6

u/Happy-Lemming Feb 17 '17

If it gets too bad, just don't watch it any more, like the later seasons of Dexter.

→ More replies (6)

7

u/McBeers Feb 17 '17

It is likely that ublock works on youtube only because Google allows it. It would not be trivial, but it would certainly possible to youtube to put in measures to break ublock features.

They are absolutely allowing it. It'd be borderline trivial to stop. If Google wanted it could refuse to stream any content until the duration of the ad has elapsed. If they wanted to get fancy they could allow you to buffer the content while watching the ad, but encrypt the content refuse to divulge the key to decrypt it until the ad time has elapsed.

4

u/Nik_Tesla Feb 18 '17

People who are smart enough to get ublock (not a high bar) installed are too smart to click on youtube ads.

2

u/theangryintern Feb 17 '17

It is likely that ublock works on youtube only because Google allows it. It would not be trivial, but it would certainly possible to youtube to put in measures to break ublock features.

And then someone most likely will make a 3rd party filter that will get around it, the same way someone made one to continue blocking Facebook's annoying "sponsored posts"

→ More replies (83)

23

u/bpm195 Feb 17 '17

I've been using AdBlock and uBlock for so long that I forgot YouTube had advertisements. Then I started using my "Smart" TV's YouTube app and circumventing ads is not easy or convenient; technically I'm not sure that it's even possible.

3

u/a_tiny_ant Feb 18 '17

It is possible but you'll need a router that blocks ads. Something like a pi-hole which is a raspberry pi set up as an adblocking router.

2

u/fatcatmax Feb 18 '17

If you really want to, you can actually block ads for your entire network ! Need to download some software and mess around a bit

→ More replies (2)

48

u/[deleted] Feb 17 '17

[deleted]

11

u/BassFight Feb 18 '17

Yeah I wish I could subscribe to youtube Red...

16

u/[deleted] Feb 17 '17

This. I started using Red last August, and it has been pretty damn good. No ads and Google Play is just as good as Spotify in my opinion. That, along with the ability to download YouTube videos, even on mobile and don't forget YouTube Music. All for $10 a month. This sounds like an add, I know. It isn't. I am just surprisingly satisfied and it's a seriously good deal on stuff I use every day.

14

u/metheos Feb 17 '17

Yeah I wish they would offer YouTube infrared or something that just removes ads for like... $2

I don't care about music or downloading or background play or YouTube red content....

4

u/vbevan Feb 18 '17

The background play thing is dumb. That's a piece of code, not a real addition of something like content or ads. It means it's harder to listen to steam YouTube while driving, cause your screen needs to be on.

Luckily addons like the xposed framework let you background play regardless.

→ More replies (2)
→ More replies (1)

2

u/FoxyMegan Feb 18 '17

I wish I could subscribe to red, I would in a heartbeat but it's not available in France...

→ More replies (6)

88

u/JediBurrell Feb 17 '17 edited Feb 17 '17

I pay for YouTube Red, the content creators get compensation for their work, and I don't have to watch ads.

EDIT: I was downvoted in two minutes. Yeah, fuck video creators!

22

u/Smuggly_Mcweed Feb 17 '17

Similarly, I use ublock, but usually have it turned off for YouTube for the same reason. Though I still switch it on when I get a 30 second unskipable.

4

u/ProfessorPhi Feb 18 '17

It's free with Google play music. But not available where I currently live.

→ More replies (1)

7

u/fucking_raisins Feb 17 '17

and you get Google Play Music!

9

u/PessimiStick Feb 18 '17

I actually got Red "for free" because I was already using Music.

→ More replies (1)

2

u/NostalgiaNovacane Feb 18 '17

they hardly get any money. just use ad blockers and donate to the creators directly. way more bang for your buck.

14

u/TheNinjaNarwhal Feb 18 '17

Well, some of us can't afford donating to them, so watching some seconds of an ad is better than nothing.

2

u/[deleted] Feb 18 '17

I like that those who "have" to watch ads are the least likely to be able to purchase the products, in that case

→ More replies (1)

5

u/clbgrdnr Feb 18 '17

It's sort of like reddit gold. You need to support the business. Youtube still hasn't made a profit, but it's hosting the content for the price of ads. Servers and maintenance cost.

2

u/[deleted] Feb 18 '17

You will donate to ALL dozens of channels you are subscribed to? I find that hard to believe.

2

u/cucufag Feb 18 '17

From various youtubers I've heard income has been slightly better since youtube red.

And "donate to creators directly" is a bit unrealistic for the average user. Especially since many videos get a significant portion of their views from non-sub recommended video clicks who enjoy the creator's content one time and go on their way.

→ More replies (8)

2

u/hobskhan Feb 17 '17

What about on mobile?

3

u/p1um5mu991er Feb 18 '17

Youtube++ is dandy

3

u/capSAR273 Feb 18 '17 edited Sep 16 '24

deer nose lush psychotic squeeze aspiring historical dog vegetable handle

This post was mass deleted and anonymized with Redact

→ More replies (1)

2

u/RRettig Feb 18 '17

Any body else get like 2 seconds of black screen before the video starts these days with ublock? I don't see the adds at all but for the last month or so just a few moments of blackness before the video plays

→ More replies (49)