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 away to get today result if i use search with params in YOUTUBE #63

Closed anmancontent closed 7 months ago

tombulled commented 9 months ago

Hi @anmancontent, yes this is possible. I wrote an example of filtering a search request here - examples/filter-search.py.

From some quick reverse engineering, it looks like the params needed to only list results for the last day are EgIIAg%3D%3D

Hope that helps

anmancontent commented 9 months ago

thanks , this help alot i got today results and i got the idea to do some custom filtering