mirror of
https://github.com/moparisthebest/SickRage
synced 2025-01-07 03:48:02 -05:00
Fixed regex issue for naming patterns
This commit is contained in:
parent
42befb652d
commit
6f5474b999
@ -59,7 +59,7 @@ normal_regexes = [
|
|||||||
(\()?s(?P<season_num>\d+)[. _-]* # S01 and optional separator
|
(\()?s(?P<season_num>\d+)[. _-]* # S01 and optional separator
|
||||||
e(?P<ep_num>\d+)(\))? # E02 and separator
|
e(?P<ep_num>\d+)(\))? # E02 and separator
|
||||||
(([. _-]*e|-) # linking e/- char
|
(([. _-]*e|-) # linking e/- char
|
||||||
(?P<extra_ep_num>(?!(1080|720|480)[pi])\d+))(\))* # additional E03/etc
|
(?P<extra_ep_num>(?!(1080|720|480)[pi])\d+)(\))?)* # additional E03/etc
|
||||||
[. _-]*((?P<extra_info>.+?) # Source_Quality_Etc-
|
[. _-]*((?P<extra_info>.+?) # Source_Quality_Etc-
|
||||||
((?<![. _-])(?<!WEB) # Make sure this is really the release group
|
((?<![. _-])(?<!WEB) # Make sure this is really the release group
|
||||||
-(?P<release_group>[^- ]+([. _-]\[.*\])?))?)?$ # Group
|
-(?P<release_group>[^- ]+([. _-]\[.*\])?))?)?$ # Group
|
||||||
|
Loading…
Reference in New Issue
Block a user