nianeyna / ao3downloader

Utility for downloading fanfiction in bulk from the Archive of Our Own
GNU General Public License v3.0
206 stars 19 forks source link

... #48

Closed ghost closed 2 years ago

ghost commented 2 years ago

...

nianeyna commented 2 years ago

This is doable, but without more extensive changes there will almost certainly be some repetition of urls when you restart. I consider this (that is, the duplicate urls) a fairly minor problem and am unlikely to prioritize fixing it, though if it is very bothersome to you I may be open to persuasion. As for missing urls, this usually happens when the sort order of the results changes while the downloader is running. In order to avoid urls being dropped because of sort order changes, I strongly recommend always sorting by date so that the order remains consistent.

Dev notes: use same logic as in main downloader to allow starting from the page you left off on. Dependent upon changes from #49