gildas-lormeau / SingleFile

Web Extension for saving a faithful copy of a complete web page in a single HTML file
GNU Affero General Public License v3.0
14.29k stars 943 forks source link

Saving as zip results in broken document (numbers [0-255] separated by commas) #1422

Closed gunchev closed 2 months ago

gunchev commented 3 months ago

Describe the bug Saving self extracting zip (universal or not) file from FireFox and Chromium results in something that displays a comma separated list of numbers from 0 to 255 (so most likely byte values). In addition the "zip" file is larger than the HTML variant. I suspect these should be the byte values, not text, but didn't test that theory.

To Reproduce

Expected behavior Readable copy of the web page.

Screenshots If applicable, add screenshots to help explain your problem.

Environment

gildas-lormeau commented 2 months ago

Thank you, I confirm I was able to reproduce and fix the bug. The fix will be available in the next version.