innertube
innertube copied to clipboard
Python Client for Google's Private InnerTube API. Works with YouTube, YouTube Music and more!
`innertube` previously had support for parsing. An example implementation is shown below: ```python import dataclasses from typing import Callable, Iterable, Optional, Set import innertube import roster from innertube.models import ResponseFingerprint...
Not sure if you already knew about it or not but from my testing you can do authenticated requests by using cookies. (Not sure how long will this last before...
### how to play the link got from yt music please say how to use this lib for yt music , i want to get the music url i got...
Hi, thank for this lib, its amazing. I want to create wrapper for this lib to my custom sdk, but I noticed that innertube does not have an asynchronous interface....
Hello, I notice in #17 it's stated that getting comments is not part of the InnerTube API. I'm not sure if things have changed or if I am misunderstanding what...
Can i just search on YouTubekids? or how do I know the videoID of result is for YouTube or YouTubekids?
You obviously coded this software to work with the api's specifications. However I'm more interested in your documentation itself. Like what are the API endpoint URLs? What request type does...