mikf / gallery-dl

Command-line program to download image galleries and collections from several image hosting sites
GNU General Public License v2.0
10.76k stars 885 forks source link

Fandom: Image URLs should include format=original #5512

Open GHVirus opened 2 months ago

GHVirus commented 2 months ago

Without format=original the image may be either in the original format or a webp version. Adding format=original forces the original format.

  1. https://minecraft.fandom.com/wiki/File:11a-31.png
  2. https://static.wikia.nocookie.net/minecraft_gamepedia/images/8/88/11a-31.png/revision/latest?cb=20211016075944
  3. https://static.wikia.nocookie.net/minecraft_gamepedia/images/8/88/11a-31.png/revision/latest?cb=20211016075944&format=original
mikf commented 2 months ago

The file downloaded by gallery-dl is the original PNG version, even without format=original.

Opening the download URL in a browser downloads the WebP version since it includes image/webp in its Accept header, but gallery-dl does not do that.