akamhy / waybackpy

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

Add reverse to snapshots() #189

Open jjmaestro opened 9 months ago

jjmaestro commented 9 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 3 months ago

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