Thank you -- this fix captures all of the Front Page articles correctly, but everything that comes after the Front Page section (National, Obituaries, New York, etc.) is still gathered into the International section, which seems to cut off after 90-100 articles (maybe a device or file limitation).
More properly, looking at the log file, it seems that the script picks up every article after the Front Page as belonging in every individual section, and then since those sections are ostensibly the same, retains only the first section (International).
https://pastebin.com/Vr6SYq8K
Someday I'd like to learn some Python so that I'm submitting pull requests and not just requests...