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

[youtube-thumbnails] Split thumbnail types and qualities #14

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Zegnat
Copy link

@Zegnat Zegnat commented Sep 21, 2024

Every type (except for the special "0") is available in 5 quality levels. Loop over them and show all of them on the page.

This hides the special "0" type image. This is an alias for default, but only exposes a single quality level ("").

Could also hardcode all the variants in one array, or first calculate a product of the two arrays, if you really do not want a nested forEach. But I did not feel too bad to go the easy way for a single HTML file tool 😊

Every type (except for the special "0") is available in 5 quality
levels. Loop over them and show all of them on the page.

This hides the special "0" type image. This is an alias for default, but
only exposes a single quality level ("").
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

Successfully merging this pull request may close these issues.

1 participant