akamhy / waybackpy

Wayback Machine API interface & a command-line tool
https://pypi.org/project/waybackpy/
MIT License
465 stars 34 forks source link

Add reverse to snapshots() #189

Open jjmaestro opened 7 months ago

jjmaestro commented 7 months ago

Add the option to get snapshots in reverse (from newest to oldest). This is especially useful since the snapshots() method returns a generator!

jjmaestro commented 1 month ago

@akamhy could you have a look and review it? I think the change is quite simple (but useful! :). Thanks!