>>59644023Hmm, can you give the list? I still see Bunny Trap there, but comparing the Jan files with the recent ones, Blowing off Stellar Steam for example is missing from the latest index file, but the file itself IS still in the Stories folder:
13B306C1D0DE732F1BD2D03A00F7F2A3.html
This is because the Index file is dynamically generated based on what's in the Rentry archives for both stories and series, not so much what's already saved in the folder. I copy the Stories folder over (to avoid unnecessarily downloading the file each time it runs) but the Index file is regenerated every time it runs, so if an entry was manually removed from the Archive, the process doesn't know to check for it.
I could simply do an incremental copy from the last story archived each time, but the issue with this is AA will often organize sequels just below the first chapter, so any sequels that aren't a series per se would be missing from the subsequent archive, so that's not a great solution. Maybe I can research a way to do a diff merge where the previous archive's file has entries added onto it instead of always using the most current list of stories from the archive - will probably break the story listing, but should take care of this problem. I'll look into that.