|
|
|
|
|
by 1vuio0pswjnm7
1038 days ago
|
|
There is no throttling when using the JSON returned by the HTTP request in the shell script or generated by the utilities I wrote. it's not the key the author is using, it's the post-data. Moreover, to get throttled videoplayback URLs with the "WEB" key and client info like the author is using, one does not need to make POST requests to /youtubei/v1/player. There are throttled videoplayback URLs in the HTML of the /watch?v= page. For example, curl -A "" -40s https://www.youtube.com/watch?v=aqz-KE-bpKQ|grep -o https://rr[^\"]*|sed -n 's/\\u0026/\&/g;/itag=22/p'
It's ironic how the author is claiming this is complicated. That's his own doing. |
|
on the other hand,
does its processing then downloads the whole thing in about 5 seconds.Does that curl command run much faster for you? Or do you do something else?