-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Investigate need to clear youtube.js cache when rotating #44
Comments
As those are my messages in the screenshot and the title of the issue implies that there is a misunderstanding of what I said. All you need to change is to add If you really want to go with the approach of clearing the cache every time you rotate, there is no point creating the cache in the first place. The whole point of the cache is to remember things for the next time you call |
Thanks for the message. Indeed that's much clearer. It's just an issue to remind myself to investigate. |
So, about 4 days ago I completely rebuilt the images on the servers with cache cleanup ( |
thanks @artshevtsov. there are multiple |
The first one, at line 53, is then passed to the poTokenGenerate function, now I see that the Innertube client is being recreated inside it, so I need to modify it also at poTokenGenerate... like that:
but it's better to define
|
The text was updated successfully, but these errors were encountered: