This script will output two parameters: po_token and visitor_data. Needed for passing YouTube checks in Invidious or the program that use the po_token functionality.
po_token known as Proof of Origin Token. This is an attestation token generated by a complex anti robot verification system created by Google named BotGuard/DroidGuard. It is used to confirm that the request is coming from a genuine device.
These identity tokens (po_token and visitor_data) generated using this tool will make your entire YouTube session more easily traceable by YouTube because it is tied to a unique identifier.
- You have to run this command on the same public IP address as the one blocked by YouTube. Not necessarily the same machine, just the same public IP address.
Subsequent usage of this same token will work on the same IP range or even the same ASN. The point is to generate this token on a blocked IP as "unblocked" IP addresses seems to not generate a token valid for passing the checks on a blocked IP.
- Run the script:
docker run quay.io/invidious/youtube-trusted-session-generator
- Copy paste the values of these the two parameters (po_token and visitor_data) in config.yaml
po_token: XXX visitor_data: XXX
- Restart Invidious or the program that use the po_token functionality.
- Install Chromium or Google Chrome.
- Create a new virtualenv:
virtualenv venv
- Activate the virtualenv:
source venv/bin/activate
- Install the dependencies:
pip install -r requirements.txt
- Run the script:
python potoken-generator.py --oneshot
- Copy paste the values of these the two parameters (po_token and visitor_data) in config.yaml
po_token: XXX visitor_data: XXX
- Restart Invidious or the program that use the po_token functionality.
In "headless: false", Chromium does not support sanboxing when it is not ran by root user.
Run the program: docker run -p 8080:8080 quay.io/invidious/youtube-trusted-session-generator:webserver
- Install Chromium or Google Chrome.
- Create a new virtualenv:
virtualenv venv
- Activate the virtualenv:
source venv/bin/activate
- Install the dependencies:
pip install -r requirements.txt
- Run the program:
python potoken-generator.py
Send your requests to http://localhost:8080/token in order to obtain your po_token.
You can also force refresh the po_token in the cache by sending a request to http://localhost:8080/update.