Add negate for BABS
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Michel Roux 2021-07-11 09:35:50 +02:00
parent 2a23095fac
commit e6b058af41
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ standalone_episode_regexs = [
'(.*?)( \(([0-9]+)\))?[Ss]([0-9]+)+[Ee]([0-9]+)(-[0-9]+[Xx]([0-9]+))?( - (.*))?' # standard s00e00
]
season_regex = '.*?(?P<season>[0-9]{1,2})' # folder for a season
season_regex = '.*?(?P<season>[0-9]{1,2})+(?![^\(]*\))' # folder for a season
just_episode_regexs = [
'(?P<ep>[0-9]{1,3})[\. -_]*of[\. -_]*[0-9]{1,3}', # 01 of 08