tomnomnom / waybackurls

Fetch all the URLs that the Wayback Machine knows about for a domain
3.43k stars 457 forks source link

feature request #1

Closed AnotherWayIn closed 6 years ago

AnotherWayIn commented 6 years ago

Very useful! Is there a way to grab dates from the links? Be handy to know which pages were quite recent apposed to ones that disappeared years ago? Thanks

tomnomnom commented 6 years ago

Hi @AnotherWayIn! Thanks for raising an issue :)

That sounds useful! I've added a --dates option in 0f32c1c / release v0.0.2 that outputs the date in the first column:

▶ waybackurls --dates example.com
2002-01-20T14:25:10Z http://example.com:80/
2012-07-09T04:21:14Z http://example.com:80/!
2014-09-01T04:59:57Z http://www.example.com:80/!!
2003-09-24T21:35:08Z http://example.com:80/!!!!!!!!
2016-08-07T04:11:30Z http://www.example.com:80/!/product
...

Let me know if you hit any issues!

AnotherWayIn commented 6 years ago

awesome, thanks !