jsvine / waybackpack

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

Downloading one snapshot per day #48

Open aghasemi opened 2 years ago

aghasemi commented 2 years ago

Hi,

Is there a way to do it, e.g. download only the first or the last snapshot of the day?

jsvine commented 2 years ago

Hi, you should be able to achieve one-snapshot-per-day via the --collapse parameter documented in waybackpack -h, which uses the Wayback Machine CDX Server API's "collapse" parameter. Does that work for you?