cbanack / comic-vine-scraper

An add-on script for ComicRack that lets you copy details from Comic Vine into your comic books.
255 stars 48 forks source link

Handle "X of Y covers" better by default #418

Closed NordomWhistleklik closed 8 years ago

NordomWhistleklik commented 9 years ago

Right now, I believe the default regex is smart enough to ignore "Y covers" (i.e. doesn't think Y is the issue number), however I've come across a significant number of comics that are names in the format "X of Y covers", and the scrapper doesn't know what to do with that X and thinks it's an issue number. Would it be possible to extend the default regex to cover that?

cbanack commented 9 years ago

Yes, that won't be too hard. I'll look into it the next time I'm working on the scraper. If you see any other common variants of the word "covers" in comic filenames, feel free to add them to this issue.

cbanack commented 8 years ago

Fixed in 1.0.93.