tombulled / innertube

Python Client for Google's Private InnerTube API. Works with YouTube, YouTube Music and more!
https://pypi.org/project/innertube/
MIT License
298 stars 20 forks source link

What if one day youtube restrict the ApiKey that using in this project ? #36

Closed vakiller closed 2 years ago

vakiller commented 2 years ago
sinlyu commented 2 years ago

If for some reason the key changes you can update it by:

Open a Video on Youtube. Look at the HTML and search for: INNERTUBE_API_KEY. You will find a key there.

vakiller commented 2 years ago

Thanks, you solved my problem

tombulled commented 2 years ago

The other API keys can be found by intercepting requests the mobile apps make, for example using Burp Suite as a proxy