gildas-lormeau / SingleFileZ

Web Extension to save a faithful copy of an entire web page in a self-extracting ZIP file
GNU Affero General Public License v3.0
1.82k stars 138 forks source link

Issues with .gif files (some work, others don't) #156

Closed deroverda closed 1 year ago

deroverda commented 1 year ago

For example, saving this page successfully downloads 2 gifs while three of them all show size "0" and won't open when inspecting the .zip.

Here's the two gifs that work. 1. 13.gif 2. 11.gif

So to summarize, SingleFileZ only manages to download 3 images (2gif, 1png) and fails 3 gifs when all images (gifs) have working url's.

What is causing this? My settings perhaps?

EDIT: using latest Firefox, addon downloaded through ff addon browser page. Singlefilez settings kept at default.

gildas-lormeau commented 1 year ago

I'm not able to reproduce your issue. On my end, all the images are present in the page and the zip file.

See MiLo Software (7_11_2023 2_58_34 PM).zip

deroverda commented 1 year ago

Sorry for the late reply. Thanks for testing and confirming it works as it should. I must have done something wrong.