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

Not Selecting Images Properly #20

Open
Sheepykin opened this issue Jul 30, 2022 · 1 comment · May be fixed by #22
Open

Not Selecting Images Properly #20

Sheepykin opened this issue Jul 30, 2022 · 1 comment · May be fixed by #22

Comments

@Sheepykin
Copy link

It is hard to explain what is happening but say I have a youtube playlist I downloaded, Elden Ring by UberHaxorNova, and some of the thumbnails are jpg and others are webp. It will only select the jpg images and ignore the webp ones completely.

However if the entire playlist comes with webp images it loads them properly.

This is not exclusive to that playlist as it happens on all playlists that give me multiple image formats for thumbnails; This is not 2 images for each episode. It is Episode 1-13 and 19-30 comes with jpg and then Episodes 14-18 are webp, it will ignore the images for 14-18.

Attached is an example with a different playlist where it pulls jpg then ignores the webp.

issue
.

@tonilampela
Copy link

With yt-dlp you can workaround this issue, as there is option parameter to convert all thumbnails to specific format e.g. JPG:

--convert-thumbnails FORMAT     Convert the thumbnails to another format
                                (currently supported: jpg, png, webp). You
                                can specify multiple rules using similar
                                syntax as --remux-video

@kiyoon kiyoon linked a pull request Nov 18, 2022 that will close this issue
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 a pull request may close this issue.

2 participants