@dave @steven do you know if the "dead feeds csv" that is generated always puts the most recently added feeds at the end of the file?

podverse nextgen has improved dead feed and duplicate feed handling.

if dead feeds do not always get added to the end of the file, it's not a big deal. just looking at options for avoiding redundantly handling dead feed ids that have already handled.

@dave @steven nvm, it looks like the csv is in ascending order by podcast index id.

that's no problem. got that handled in our code.