@Ollie wrote:
I'm new to Flexget and having some issues with series and name_regexp.
Lets say I'm having this is my config:tasks: tv: rss: https://url.com series: - The name: quality: 720p name_regexp: ^the.name.*(.local).*
RSS example:
2020-01-02 The.Name.S01E01.LOCAL.720p.WEB-DL.DDP5.1.H.264-GROUP 2020-01-01 The.Name.S01E01.720p-GROUP
It won't download this (correct):
The.Name.S01E01.720p-GROUP
But it also ignores this (I expect it to match, the regexp matches.):The.Name.S01E01.LOCAL.720p.WEB-DL.DDP5.1.H.264-GROUP
The logs says:
Title "The.Name.S01E01.LOCaL.720p.WEB-DL.DDP5.1.H.264-GROUP" looks like series "The Name" but cannot find any series numbering.
Flexget: 3.0.16
What am I missing?
Posts: 2
Participants: 2