up209d / ResourcesSaverExt

Chrome Extension for one click downloading all resources files and keeping folder structures.
GNU General Public License v3.0
1.65k stars 337 forks source link

Hangs if compress option is unchecked on WIndows #22

Closed oscarryz closed 5 years ago

oscarryz commented 5 years ago

Works fine on mac, but in Windows when the "compress" option is not checked the download hangs.

Great extension btw.

up209d commented 5 years ago

@oscarryz Hey mate, thanks for reporting the bug, I'll have a look, btw I am planning to remove that option so compressing & download will be the only choice in the future.

oscarryz commented 5 years ago

Wouldn't that add an extra step for the user (uncompress the zip file?)

My use case is the next:

I have now two zip files mysite.com.zip mysite.com(1).zip

I have to uncompress them and then merge them together (currentlyl I just have to merge them)

Oh which btw, would there be a way to override files? For instance if page 1 and page 2 share the same CSS I have now mycss.css and mycss(1).css, I know this is something the OS does for you, just wondering how difficult that is.

Again, thanks for the awesome extension.

up209d commented 5 years ago

Yes mate, that is done by Chrome natively, we don't have the option to tell Chrome to override the zip file. Thank you for using the extension.