add notice about new requirement

This commit is contained in:
Émilien (perso) 2024-08-14 23:42:16 +02:00 committed by GitHub
parent 0551c92227
commit e11f4528fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,6 +4,10 @@
This script will output two parameters: po_token and visitor_data. Needed for passing YouTube checks in Invidious.
## Requirement(s)
- Run the script on the same public IP address as the Invidious server. Not necessarily the same machine, just the same public IP address.
## Tutorial without Docker
1. Install Chromium or Google Chrome.
2. Create a new virtualenv: `virtualenv venv`