up209d / ResourcesSaverExt

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

Missing . folder #52

Closed tsgrgo closed 1 year ago

tsgrgo commented 2 years ago

I want to download the contents of the "src" folder inside "." but it doesn't find it. Maybe because of the strange folder name? (See attachments.)

Edit: I realized that the "src" and the "node-modules" folders are downloaded into the root folder (as the "." gets ignored I guess), but the other "src" folder, which was originally there, overwrites all the contents in it.

Edit 2: After modding the extension, it worked perfectly. It would be nice to have a setting to enable or disable file overwrites. Or even better - let users create a white list (in the form of a regex expression) to filter which paths and files to download.

What I need: what i need

What I get: what i get