Quote:
Originally Posted by VyckyeSea
This is what I've figured out so far.
^(\[(?P<series>[^0-9\-]+) (?P<series_index>[0-9.]+)\]) (?P<title>.+) - (?P<author>[^_]+)
I know I need all these parts, but something is missing.
|
Using this
Code:
^(\[(?P<series>[^0-9\-]+) (?P<series_index>[0-9.]+)\]) (?P<title>.+) - (?P<author>[^_]+)
with this tile
Code:
[The Iron Fey 01] The Iron King - Julie Kagawa.epub
works for me.
You need to add a ebook type to the end of the title to get the test to work.
bernie