Kihltech

Results 3 issues of Kihltech

pattern.py: from `('year', '([\[\(]?((?:19[0-9]|20[01])[0-9])[\]\)]?)')` to: `('year', '([\[\(]?((?:19[0-9]|20[012])[0-9])[\]\)]?)')`

The following example does not find the season, for example when a complete season is given without episode numbering in the title: `friends.s02.720p.bluray-sujaidr` In my limited testing, changing the regex...

## Affected Puppet, Ruby, OS and module versions/distributions - Puppet: 4.10.12 - Ruby: 2.3.1.p112 - Distribution: Ubuntu 16.04.6 - Module version: 8.0 ## How to reproduce (e.g Puppet code you...

needs-feedback