Skip to content

05.04. To Timestamp

Eri Airlangga edited this page Mar 24, 2020 · 1 revision

To Timestamp

-t, --to     To timestamp. 

Optional. You can limit the result by specifying the latest timestamp in the yyyyMMddhhmmss format. This parameter is inclusive, in which the value is included to the result. The Wayback Machine Downloader will only fetch the snapshots until the timestamp specified.

Examples

wbm-dl yoursite.com -o c:/download -t 20180915220000

Will download only the snapshots until September 15, 2018 at 22:00:00

wbm-dl yoursite.com -o c:/download -t 2018

Will download only the snapshots until the year of 2018

wbm-dl yoursite.com -o c:/download -t 201804

Will download only the snapshots until April 2018.

Clone this wiki locally