ccloli / E-Hentai-Downloader

Download E-Hentai archive as zip file
GNU General Public License v3.0
1.82k stars 137 forks source link

Images inside zip file doesn't download at all on Safari #221

Closed ymmm0 closed 1 year ago

ymmm0 commented 1 year ago

While the interface is working fine, after the script is complete and I get a prompt to download the zip file, the file size is only 3 KB and while the names of the image files are there, the image isn't. Only the txt file managed to successfully be downloaded.

I use Safari through iPadOS using the Macaque extension.

ccloli commented 1 year ago

Sorry, the script only validates an old version of Tampermonkey on old macOS, and doesn't check if it works on iOS or iPadOS.

I can only guess that the mobile Safari has some weird limit, or the script manager cannot handle cross-origin ArrayBuffer, which happend on another script manager. The script is a special case, so the script manager may need some hack to handle it.

BTW I don't think running the script on an mobile device is a good idea, since it stores the files in the RAM, and I only checked some Android browser.

ymmm0 commented 1 year ago

I spoke with the extension developer and they said the problem is on their end.