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

is there any example about how to use continuation in search or any doc about it #74

Open anmancontent opened 5 months ago

tombulled commented 3 months ago

Hi @anmancontent I created an example script in PR #77 to hopefully show how to use search continuations. This is a link to the script - https://github.com/tombulled/innertube/blob/main/examples/search-continuation.py

Hope that script helps as a reference for how to use search continuation tokens

Please let me know if this answers your question, or if you have any further questions :slightly_smiling_face: