Implemet hashing
Open
feature
good first issue
help wanted
- Dominant language
- Python
- Stars
- 9
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
**Is your feature request related to a problem? Please describe.**
I'll fix a problem of duplicate files.
This solution is simple and good for first issue.
**Describe the solution you'd like**
Hash files by "xxhash" algorithm, because it's pretty fast algorithm.
- Make hashing each file.
- Add hash to store or txt file in main directory.
- Check hash of every downloaded file with hash store.
- Skip same files.
**Additional context**
Xxhash benchmark

Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.