summaryrefslogtreecommitdiffstats
path: root/samloader/main.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-02-22check for missing filename (#54)nlscc1-1/+3
2022-02-22use tqdm for progress bar instead of clint (#59)Davide Cavalca1-3/+4
* Use tqdm for progress bar instead of clint * use new tqdm syntax Co-authored-by: nlscc <66028747+nlscc@users.noreply.github.com>
2021-02-09fix #41nlscc1-1/+1
2021-01-16add auto-decrypt featurenlscc1-0/+15
2021-01-16Fixed Typo (#37)aayush1-91-2/+2
2020-10-20Calculate proper download remainder size when resuming a download. (#21)Ian Macdonald1-1/+1
2020-10-07improve CLI and cleanup codenlscc1-83/+58
- switch to argparse, improve argument parsing - fix error when resuming a file that was already downloaded - cleanup code - bump version number
2020-09-30fix regression (#13)Nayil Mukhametshin1-1/+1
2020-09-30add better error handling, fix #9Nayil Mukhametshin1-0/+3
2020-09-30change copyrightNayil Mukhametshin1-1/+1
2020-09-26Resume download & show expected MD5 digest (#7)Adrien Guinet1-8/+19
* Ability to resume downloads * Fetch version using TLS * Show expected MD5 if returned by the server Co-authored-by: Adrien Guinet <aguinet@quarkslab.com> Co-authored-by: Nayil Mukhametshin <66028747+nlscc@users.noreply.github.com>
2020-07-30add support for saving to directoriesNayil Mukhametshin1-3/+5