jsvine / waybackpack

Download the entire Wayback Machine archive for a given URL.
MIT License
2.8k stars 189 forks source link

use tqdm to show progress bar #56

Closed jeremybmerrill closed 2 years ago

jeremybmerrill commented 2 years ago

if tqdm is present and we're not in the CLI, use tqdm to show a visual progress bar; adds tqdm as optional dependency

jsvine commented 2 years ago

Thank you! Adding progress bars viatqdm is a nice addition. Merging, but will be adding a couple of tweaks: