Test #2:
I commented out
covertype=>(.*)=>Downloaded. This time I got just 'old.'
So I tried
Code:
covertype=>old=>Downloaded
on a fic with generated cover and got just 'Downloaded.' So, regex issue.
Test #3: Got it!
Code:
covertype=>(specific|first|default|force)=>Downloaded
I got 'downloaded' for fics with cover-images, and it left a pre-existing 'Generated' alone!
Still curious in why (.*) would result in it doubling though, lol.