iv-org / youtube-trusted-session-generator

This is a generator for getting a session that passes all the checks from YouTube side
GNU Affero General Public License v3.0
65 stars 7 forks source link

get the potoken and visitordata from other method instead of inspecting the requests done #5

Open unixfox opened 1 month ago

unixfox commented 1 month ago

from internal sources, you can get it using javascript interpreter.

instead of looking at the requests being done by the browser.

could allow to use firefox headfull since right now it's not possible because with WebDriver BiDi you can't inspect the requested resources.

Toidi357 commented 3 weeks ago

https://github.com/YunzheZJU/youtube-po-token-generator this guy seemed to gen the tokens w/o any browsers