Quote:
Originally Posted by eschwartz
Code:
(?P<series>[A-Za-z ]+)-(?P<series_index>[0-9]+) (?P<title>.+) \((?P<author>[A-Za-z. ]+)\) (?P<published>[0-9]+)
Pubdate seems to be making up its own month/day
|
Ok. it works in Calibre, except, if the book does not have a published date... then it fails and no parsing is done at all and the title is the file name and the rest are blank.
Is there a way to make the published date part optional?