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

downloaded files should be unique #64

Open
wilsonfreitas opened this issue Jan 31, 2024 · 0 comments
Open

downloaded files should be unique #64

wilsonfreitas opened this issue Jan 31, 2024 · 0 comments

Comments

@wilsonfreitas
Copy link
Collaborator

rb3 works with downloaded files.
These files should be unique.
If two files have the same content, they are the same.
Currently, the downloaded files are saved with a key that is related to the argument list used to download the file.
This is misleading use to the fact that some files can have different content for the same argument list when downloaded at different time moments.
To solve it, the downloaded files should be saved with a hash code built with their content.
So all files would be downloaded.
Further, the timestamp used to download the file should be used to identify different downloads.

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

1 participant