JakeYallop / WaybackDownloader

A simple utility for downloading a website from the wayback machine.
GNU Lesser General Public License v2.1
2 stars 0 forks source link

Store snapshot page progress and resume from a specific snapshot page #6

Open JakeYallop opened 4 months ago

JakeYallop commented 4 months ago

Currently, pages of snapshots are re-downloaded each time, even though the pages included in those snapshots are already in the cache. We should be able to resume progress from a specific page of snapshots, rather than re-downloading as we do now.