View Single Post
Old 08-09-2019, 07:49 AM   #5
Patrick Derwael
Enthusiast
Patrick Derwael began at the beginning.
 
Posts: 42
Karma: 10
Join Date: Oct 2018
Location: Belgium
Device: none
Quote:
Originally Posted by davidfor View Post
I could have sworn that worked. Try the following:

Code:
(?P<author>.+) - (?P<published>.+) - \[(?P<series>.*?)( - T)?(?P<series_index>[0-9]*)\] - (?P<title>.*)
And "Published" is the publishing date, not just the year. If you set just the year, it will use the current day and month.
Super mega thanks!
This is exactly what I wanted
and again
Patrick Derwael is offline   Reply With Quote