Skip to content
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

Thumbnail Cache dir is not created automatically anymore #22

Closed
benjaminpick opened this issue Jan 27, 2021 · 3 comments
Closed

Thumbnail Cache dir is not created automatically anymore #22

benjaminpick opened this issue Jan 27, 2021 · 3 comments

Comments

@benjaminpick
Copy link

benjaminpick commented Jan 27, 2021

Hi,
I realized that the cache stopped working (and falling back to the youtube 301-redirection) because each time I clear my caches, it deletes the lyteCache-Folder as well - and it isn't re-created automatically. This seems to come from

f38e4d1

It seems to create the folder only if lyte_filter_local_thumb_doublecheck is enabled? Can you check that condition please?

(I am using the plugin to implement GDPR restrictions so simply redirecting to YouTube is actually worse than showing an error message or something, then at least I would have realised earlier that it was redirecting... Can I send you a pull request that disables lyte_thumb_fallback() via a filter, similar to lyte_filter_local_thumb_doublecheck ?)

@futtta
Copy link
Owner

futtta commented Jan 27, 2021

Just did a commit that should ensure the DIR is there, can you test that?

@benjaminpick
Copy link
Author

Yes it's working now, thank you!

@futtta
Copy link
Owner

futtta commented Jan 27, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants