Bionus / imgbrd-grabber

Very customizable imageboard/booru downloader with powerful filenaming features.
https://www.bionus.org/imgbrd-grabber/
Apache License 2.0
2.42k stars 212 forks source link

Gelbooru video thumbnails don't load #3230

Open Bionus opened 3 weeks ago

Bionus commented 3 weeks ago

Grabber seem to load the actual video file instead, then trying to show it as a JPG, it fails and show a red arrow.

Bionus commented 3 weeks ago

This is because the video samples have a size of (0, 0) according to the API, giving them precedence over thumbnails in some cases. I'll push a fix to treat a size of (0, 0) as "unknown" instead.