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

only saves first version of downloaded file #20

Closed Gorrrg closed 5 years ago

Gorrrg commented 5 years ago

With XHR requests that get data with query strings your extension seems to only save the first request and ignore all the ones that follow. It would be useful if all of the results are being saved, either with the query strings in the file name or with the date and time of the request or some consecutive numbering.

up209d commented 5 years ago

Issue fixed in 0.1.6. Cheers!