[ / / / / / / / / / / / / / ] [ dir / 1cc / agatha / animu / cafechan / htg / kpop / lds / leftpol ][Options][ watchlist ]

/tech/ - Technology

You can now write text to your AI-generated image at https://aiproto.com It is currently free to use for Proto members.
Name
Email
Subject
Comment *
File
Select/drop/paste files here
* = required field[▶ Show post options & limits]
Confused? See the FAQ.
Expand all images

File (hide): 3cffda130a626a2⋯.jpg (6.86 KB, 400x400, 1:1, uEhO7c_r_400x400.jpg) (h) (u)

[–]

 No.855015>>855020 >>855055 >>855079 >>855501 >>855504 >>855511 >>855742 >>856139 >>856989 >>866405 [Watch Thread][Show All Posts]

Did anyone notice that youtube just started throttling youtube-dl ?

I get speeds under 100kb/s for long videos and descending speeds under 300kb/s for popular channels with short videos even though all downloads start with a speed between 3 and 4 mb/s.

It's unnerving. I have to wait half an hour for a 100 mega audio for a stupid podcast when under normal circumstances it would take less than a minute.

Changing the user agent does nothing. I'm going to test if piping it through tor solves anything.

 No.855018>>855028

Same here 100 kb/s throttling. Is it possible that they check if a certain cookie is set?


 No.855020>>855034

>>855015 (OP)

>jsinterp.py

No thanks


 No.855028>>855062 >>855788 >>872604

>>855018

Nope, cookies/client side parameters aren't a problem here. Throttling is done on the server side.

https://github.com/rg3/youtube-dl/issues/6923


 No.855034>>855072 >>866405

>>855020

Pretty sure the consensus was that it's not turing complete.


 No.855040

Motherfuckers, I imagine it won't even be possible to split a single download in multiple connections as happens with aria2c...


[download] 89.8% of 29.99MiB at 338.08KiB/s ETA 00:09
[download] 69.8% of 3.18MiB at 72.12KiB/s ETA 00:13


 No.855051>>856958

Meh. I use youtube-dl with torsocks so I was already throttled by tor. Just select a lower quality.


 No.855055>>855065 >>855207

>>855015 (OP)

Ask the content authors to mirror the content to a more reasonable hosting. As a bonus, it won't have any of youtube's lossy transcoding.


 No.855062

>>855028

Surely there's some way for them to identify youtube-dl before throttling though.


 No.855065>>855066 >>855077 >>855081 >>855195 >>855207

>>855055

Why can't people just host their own god damn videos?


 No.855066>>855073 >>855202 >>855207 >>866829 >>877665

>>855065

One day, when you grow up and have to start paying for your internet, you will understand.


 No.855072>>855137

>>855034

Pretty sure that nobody actually proved that and just kept repeating that it only parses.


 No.855073>>855191 >>855207

>>855066

That is why we need net neutrality. Thanks Drumpf.


 No.855074

>yt-dl

try using flashgot


 No.855077>>856853

>>855065

Not everybody lives in burgerland and has to pay 500$ a month for dial up.


 No.855079

>>855015 (OP)

No, no issues. Try changing the user agent.


 No.855081

>>855065

Why can't you build your own house or craft your own 6XL shirts?


 No.855124>>855131 >>855180

issues have been opened with youtube-dl.

https://github.com/rg3/youtube-dl/issues/15275

there's a lot of bouncing around and closing of issues with "not our problem" as is the standard procedure with any issue on any open source project.

the solution seems to be

https://github.com/rg3/youtube-dl/pull/11476

a pull request that was completely ignored for months when it was submitted, but is now referenced as a possible solution.

your going to have to pull it with git or add this manually yourself until youtube-dl gets it shit together

https://github.com/rg3/youtube-dl/pull/11476/files


 No.855125

Newpipe works awesome here


 No.855128>>855788

they might also be throttling specific formats, ie mp3/mp4 in favor of their own webm

https://github.com/rg3/youtube-dl/issues/6923


 No.855131>>855136 >>855138

>>855124

That is not a nice thing to do though. Content providers may even block youtube-dl if you fags do this.


 No.855136>>855140 >>855192

>>855131

nice try shlomo

fuck google. let them try. if they try to block these downloads it's just going to be another arms race between youtube-dl and similar and google and the prevent youtube-dl from working they're going to have to shit up the user experience even further and hopefully push even more lemmings off their control platform.


 No.855137>>855192

>>855072

If this test file covers the full range of functionality then it's not Turing-complete:

https://github.com/rg3/youtube-dl/blob/master/test/test_jsinterp.py

Notice that it has no branching or looping or other control flow besides returning from functions. I don't know if it can even call functions from within other functions, but I'll assume it can.

That means that can make certain strong static guarantees about any individual function. In particular, you can exactly know which functions it calls and that as long as those functions return the function itself also returns, regardless of the input the function receives.

So a function returns iff all the functions it calls return, and a function returns if it doesn't call any other functions. That means you can analyze a function by descending through the functions it calls, and seeing if a function ever calls itself, possibly indirectly. If a function calls itself, it and the top-level function never return. If none of the functions call themselves you'll eventually finish looking through the tree of function calls, assuming a finite number of functions.

That analysis solves the halting problem, which means the subset of javascript can't be Turing-gcomplete.


 No.855138

>>855131

i hope google forces the DRM that w3c kikes included in the specification and destroys it even further.


 No.855140>>855141 >>856911 >>856914

>>855136

Wrong, WebDRM is transparent to the user. Kys drumpfie.


 No.855141>>855147

>>855140

>WebDRM is transparent to the user

>DRM

>transparent

pick one faggot.


 No.855147>>855285 >>855790

>>855141

Go use it on chrome, you will notice nothing. Corporations are not stupid, they learned that consumers only care about convenience and have no principles. This is why it was standardized by the w3c and removed from the inconvenient plugins into invisible auto-installed eme plugins. Well firefox notifies you, but chrome which virtually everyone uses does not. Go back to r/thedonald and boast about how your adblocker will "gas the kikes".


 No.855178>>855234 >>855744 >>877522

>youtube

Is there anything worth downloading besides T.D. vids? Also, for music videos and shit there's still vimeo, which features most of the better artists and exclusive content by muh NY avant-fucks.

https://vimeo.com/112045173 - shamefully the site doesn't even load without js.


 No.855180

>>855124

>there's a lot of bouncing around and closing of issues with "not our problem" as is the standard procedure with any issue on any open source project.

niggers


 No.855191

>>855073

Before 2015, everyone hosted their own videos maaaan.


 No.855192

>>855137

Ok. Good job you successfully destroyed my meme.

>>855136

youtube-dl is not youtube exclusive


 No.855195

>>855065

Jamal records rap and basketball videos, he only has a 'sail fone'. How does he host his videos to millions of his fans with only a dinky 3g connection in a crowded urban environment?


 No.855202>>855207 >>856885

>>855066

Maybe somebody will invent some kind of p2p where the more downloaders you get the more uploaders there are. Sounds pretty futuristic.


 No.855207>>855241 >>855495

>>855073

Didn't you know Poo-in-the-Loo was ackshually HUSSEIN Obama's guy? Obama only pretended to create net neutrality, so he could destroy it while Trump was president, thus giving him a bad rep. MAGA!

>>855055

>>855065

>>855066

On the the one hand, it's unreasonable to expect people to shekkel out hundreds of dollars each month to serve their 1080p videos to potentially dozens of thousends of anons. On the other hand youtube's monopoly on (or their status as the go-to for) video hosting does raise questions about how we host videos without going (((bankrupt))). Bittorrent is great as long as there is interest, but requires that someone is uploading that particular video.

>>855202

Something like this sounds promising.


 No.855234

>>855178

There's still good tech, math, lock picking, and gayming channels that I have RSS feeds for.


 No.855241

>>855207

4D chess? Did Obama outplay Drumpf? LOOOL


 No.855285

File (hide): 1e0d016223472f0⋯.mp4 (Spoiler Image, 8.48 MB, 1280x720, 16:9, 1e0d016223472f0fd2409836f8….mp4) (h) (u) [play once] [loop]

>>855147

>Go back to r/thedonald and boast about how your adblocker will "gas the kikes".


 No.855495>>855496

>>855207

>On the the one hand, it's unreasonable to expect people to shekkel out hundreds of dollars each month to serve their 1080p videos to potentially dozens of thousends of anons

I was doing that in 2005, while my Internet link was a 256kB Residential broadband.

Bittorrent.

Oh wait... Phoneposters will throw a fit.


 No.855496

>>855495

As for a 'platform', there's Miro.

There.

Oh wait, you're on a ((smartphone)).


 No.855501>>855788 >>877526

>>855015 (OP)

Did you try updating it? Use pip instead of your distro's package manager to ensure you get the latest version. 9 times out of 10 this solves any yt-dl problems I have. Youtube and yt-dl are in a neverending arms race, so it's important to keep up to date to make sure you're ahead of jewtube's latest tricks.


 No.855504


 No.855511

>>855015 (OP)

I used to use an old program under Windows called "youtube video downloader" (yvd.sourceforge.net); recently, I noticed I couldn't download videos with that software anymore (had no issues with youtube-dl so far). Don't know if the throttling and preventing downloaders from getting video metadata is part of the same scheme.


 No.855742

>>855015 (OP)

Works for me.


 No.855744

>>855178

>Is there anything worth downloading besides T.D. vids?

Hydraulic Press Channel & Beyond the Press


 No.855788

>>855501

Read the damn thread.

Specially these posts >>855028 >>855124 >>855128


 No.855790>>877180

>>855147

>Go back to r/thedonald

8ch is just an extension of r/thedonald tho.


 No.856139>>856338 >>866406

>>855015 (OP)

>youtube-dl xD

>>>/leddit/


 No.856338

>>856139

>>>>/leddit/

>>>/4chan/


 No.856491>>856672 >>856826

can't they just spoof it as a browser?


 No.856555

I've noticed the same problem with a browser plugin called Complete YouTube Saver.


 No.856672

>>856491

Spoof with the latest Tor Browser's user agent.

--user-agent "Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0"

No throttling done.


 No.856826>>856843

>>856491


youtube-dl --dump-user-agent
Mozilla/5.0 (X11; Linux x86_64; rv:10.0) Gecko/20150101 Firefox/47.0 (Chrome)

You think they'd at least randomize it so youtube-dl requests weren't so predictable.


 No.856843

>>856826

its not even a real ua


 No.856853>>856857

>>855077

suggest parentheses to disambiguate precedence of "and" keyword in statement


 No.856857

>>856853

(Not everybody lives in burgerland) and (has to pay 500$ a month for dial up).


 No.856875

>dstftw locked as off-topic and limited conversation to collaborators Jan 22, 2018

so what's the solution to this ?

some ppl are saying changing user agents works, other ppl are saying you have to use aria2

most importantly why don't ytdl kikes give a shit about this


 No.856885

>>855202

check peertube. It's youtube-like web frontend with videos in bittorrent / webtorrent


 No.856894

>>856874

kys


 No.856911>>856920

File (hide): 7baa4b8aac7ecbc⋯.webm (2.51 MB, 1280x720, 16:9, The_IT_Crowd_-_Series_2_-….webm) (h) (u) [play once] [loop]

File (hide): 8607f89105d47f9⋯.jpg (125.08 KB, 1280x720, 16:9, mpv-shot0001.jpg) (h) (u)

>>855140

<WebDRM is transparent to the user.

I bet you shill for one of the companies listed here: https://www.defectivebydesign.org/repeat-offenders

<Kys drumpfie.

>Forgetting that it was Bill Clinton (D), that signed into law the dreaded Digital Millennuim Copyright Act, that made certain forms of breaking the DRM illegal.

WEW LAD!

With DRM, a cracked pirate copy is worth more than the original. Also take a look at https://torrentfreak.com/denuvo-removed-from-doom-after-game-gets-cracked-161208/ for an example of a company removing DRM from a product because a cracked copy has already been released online. If this is happening in the gayme world, why isn't it happening in the video industry. New non-DRM'd films can be downloaded from the internet, yet they keep thinking that people will in the long run will put up with their crap.


 No.856914

>>855140

Since when was donald anti-DRM?


 No.856920

>>856911

they will. just wait until youtube introduces drm like netflix.


 No.856958

>>855051

why the fuck would you do that when youtube-dl has the --proxy option?


 No.856989

>>855015 (OP)

I rarely download anything from YouTube, but here's what I found. If you list all available formats, pay special attention to the ones at the bottom, which have audio and video streams already combined in one container. For some reason those video formats can be downloaded at full speed. However, they typically only go up to 720p.

Also, I remember downloading a certain TV show episodes off of YouTube a year ago at the default youtube-dl setting, which just takes the best quality audio and video streams separately. The download speeds back then were throttled to approximately 300KB/s for the video stream and 50KB/s for the audio one, too. So this throttling is not a new development by any means.


 No.857403>>857667 >>857746 >>859886 >>860023

lots of faggots in this thread lol. just use use aria2c and put this in your youtube-dl config


--external-downloader aria2c
--external-downloader-args "-x 16 -s 16 -k 1M"


 No.857667

>>857403

Never checked aria2c out before, works beautifully. Thanks fam!


 No.857746

>>857403

any reason you're not using piece length and http-pipelining ? ( I might not be understanding the documentation in the man file properly // I'm curious )


 No.859886>>859896

>>857403

Looks like Youtube found a way to throttle it. Arg.


 No.859896>>859902

>>859886

works here fam, just tested on a few videos.

If you download something that has dash segments then there's not really much you can do.


 No.859902

>>859896

hahaha nevermind speeds go down jesus fucking christ these jews


 No.860023

>>857403

wonderful. thx based fagnon


 No.866269>>866273 >>866570

File (hide): b26ae0bf1fe35d0⋯.png (69.81 KB, 721x486, 721:486, 1.png) (h) (u)

File (hide): 8b665124ec026d9⋯.png (65.51 KB, 655x536, 655:536, 2.png) (h) (u)

File (hide): 4eb894934cc7ee1⋯.png (64.63 KB, 959x373, 959:373, 3.png) (h) (u)


 No.866273

>>866269

you can do this on newer ffs by disabling the mediasource prefs


 No.866405

>>855015 (OP)

for who knows how long (months, years) it has been slow for me over tor. at some point it would get reasonable speeds 300KB/s+

>>855034

turing completeness isn't the issue, genius. but yes, I've never seen any proof that it could do anything bad given malicious input.


 No.866406>>866597 >>867349

>>856139

fuck is wrong with youtube-dl? do you unironically view videos in a browser with JS enabled?


 No.866570

>>866269

Congratulations on totally missing the point.


 No.866597>>866617 >>868777

>>866406

do you unironically profile yourself as someone who has something to hide from Google by using a downloader tool only channers use? Learn to browser spoofing, retard. Your anonymous mask is too obvious when nobody else is wearing it.


 No.866617>>877527

>>866597

>implying the only use for youtube-dl is to hide from google

>implying I can't use it with a script to download 100 gigabytes of music, convert it to opus ogg, and take my favorite music channels with me everywhere on my goyphone


 No.866829>>868778

>>855066

One day, when you will grow up and learn to use a search engine (and learn basic arithmetics), you will understand how cheap it is to host your own videos.


 No.867349

>>866406

>jsinterp.py

faggot


 No.868777

>>866597

HAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHA

i bet you think "browser spoofing" means changing the user agent. and what did you implement your own youtube ripper that pretends to be a browser and is even more identifiable than youtube-dl?


 No.868778


 No.869302

hmm now live youtube streams don't seem to work at all


 No.869319>>869323

File (hide): 47c87adc87e83a6⋯.png (180.66 KB, 500x283, 500:283, pikachu.png) (h) (u)

Ugh, it took over 2 hours do download an audiobook and all the decent audiobook torrent sites are invite only.


 No.869323>>869346

>>869319

try audiobookbay.nl


 No.869346>>869384

File (hide): 8e12065df0b2492⋯.png (128.21 KB, 483x817, 483:817, Screenshot_20180215_054406.png) (h) (u)

>>869323

>check out scifi section

>it's nothing but romances about ayylmaos and furry fetishism

Wow thanks anon.


 No.869384

>>869346

>download a file just because someone posted it

do people really do that? learn to search you nigger.


 No.869405

[download] 7.0% of 3.45GiB at 7.69MiB/s ETA 07:07

I think the issue is now resolved. Update your youtube-dl


 No.869885>>869918

Yo, don't use that specific thing but eh uh, youtube totally broke my downloader.

Sucks because I ain't too particular about wasting connection on a second viewing, kinda why I got myself a 12tb ftobr


 No.869918>>870201

>>869885

What do you mean by "my downloader"? Are you intentionally being vague to disguise the fact that you're a blathering imbecile?


 No.870201

>>869918

I wanna know what a ftobr is.


 No.872604>>872607

>>855028

Tf is this shit?

>@dstftw deleted a comment from kik4444 29 days ago

>@dstftw dstftw deleted a comment from Phil57 29 days ago

>@dstftw dstftw locked as off-topic and limited conversation to collaborators 29 days ago

>@dstftw dstftw deleted a comment from siwyd 29 days ago

>@dstftw dstftw deleted a comment from ArcAster 29 days ago

How is youtube-dl performance off topic to youtube-dl? And what secret tricks did he delete?


 No.872607>>872658

>>872604

Youtube-dl performance is dependent upon Youtube performance. If Youtube is being slow, then Youtube-dl is not responsible to fix that.


 No.872658

>>872607

They can come up with workarounds, which is exactly what that issue was about.


 No.877152>>877155

So does anyone have a working workaround? The --avoid-throttling patch doesn't work, the socket timeout doesn't work and using aria2c is just as useless.

It's pathetic that youtube-dl doesn't want to find a way to work around this as it's currently pretty much useless for youtube.


 No.877155>>877500 >>877643

>>877152

Perhaps it's because Youtube-dl is not responsible for how Youtube performs.


 No.877180

>>855790

Are you seriously this retarded?


 No.877500>>877523

>>877155

<perhaps I cant into reading comprehension, fag my anus and win!

Youtube changed something. The point of discussing these workarounds is to figure out what triggered it, sort of like how you are triggered to insert your quip for attention. Now fuck off back to your fagbox.


 No.877522

>>855178

are you serious? it's super comfy for streaming audio only


 No.877523

>>877500

You're talking shit about youtube-dl's patheticness. Why is it their fault?


 No.877526>>877638

>>855501

>pip

for what purpose

>wget https://yt-dl.org/downloads/latest/youtube-dl

>mv youtube-dl .local/bin/

or .bin/ whichever you have

>have python

tada!


 No.877527

>>866617

>convert it to opus ogg

>convert

>to opus ogg


 No.877638>>877675

>>877526

t. windows luser


 No.877643>>877655 >>877799

>>877155

Youtube-dl should rename themselves to literallyanythingbutyoutube-dl because that's what it's useful for now.


 No.877655

>>877643

I suggest netvids-dl.


 No.877665

>>855066

Unless you live in rural burgerland with shitty data caps it's cheap as hell.


 No.877675>>877799


 No.877799

>>877643

I use youtube-dl just fine every day.

>>877675

The desire to download binaries off the internet yourself and use them directly is inherently a Windows user mindset.




[Return][Go to top][Catalog][Screencap][Nerve Center][Cancer][Update] ( Scroll to new posts) ( Auto) 5
106 replies | 6 images | Page ?
[Post a Reply]
[ / / / / / / / / / / / / / ] [ dir / 1cc / agatha / animu / cafechan / htg / kpop / lds / leftpol ][ watchlist ]