Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

File names do not match #61

Open
yxazzz opened this issue Oct 17, 2022 · 2 comments
Open

File names do not match #61

yxazzz opened this issue Oct 17, 2022 · 2 comments

Comments

@yxazzz
Copy link

yxazzz commented Oct 17, 2022

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
Copy link
Owner

up209d commented Oct 17, 2022

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
Copy link
Author

yxazzz commented Oct 17, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants