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

File names do not match #61

Open yxazzz opened 1 year ago

yxazzz commented 1 year ago

I downloaded a lot of blob types of files, and found that the generated file name is different from the one in the developer tools, such as: blob:https:xxxx/80f04969-9da0-4fcc-ace2-0aa44a2b4cc0, but the file name generated by the download is: data.00f97a06ecd9.txt,not 80f04969xxxx, the two do not match, I can't sort the files, this order is very important to me.
so,what can I do? The version is Version:2.0.3

up209d commented 1 year ago

data.* file is all about data uri file eg. data:image/png;base64,iVBORw... which don't have a specific name or unique id with them. Yours are blob files that I haven't found a way to collect them. In short blob files and data uri files are not related to each other.

yxazzz commented 1 year ago

I know that there are a lot of data files in the blob, why is the downloaded file named directly like 80f04969-9da0-4fcc-ace2-0aa44a2b4cc0 ? I hope the filename is "data.80f04969-9da0-4fcc-ace2xxx.txt", not "data.00f97a06ecd9.txt" Because these files have a sequence number, I need to match them one by one