openzim / youtube

Create a ZIM file from a Youtube channel/username/playlist
GNU General Public License v3.0
44 stars 26 forks source link

Fails due to thumnails now in webp format #103

Closed rgaudin closed 4 years ago

rgaudin commented 4 years ago

Not sure if due to a change on Youtube side or youtube-dl (or both) but we are now receiving thumbnails are webp which is unexpected (we expect JPG).

We crash before handling the image so we can't fail there but we'd probably do. More importantly, we're failing after the download because we now look for the video file in a list of two files (we only filter on .jpg).