mirror of
https://github.com/moparisthebest/SickRage
synced 2024-12-12 11:02:21 -05:00
Regex fixes
This commit is contained in:
parent
e379d57376
commit
50b792d6df
@ -191,8 +191,8 @@ sports_regexs = [
|
||||
# Show.Name.123.Event.Nov.23rd.2010.Source.Quality.Etc-Group
|
||||
'''
|
||||
^((?P<series_name>.+?)[. _-]+)?
|
||||
((?P<air_day>\d{1,2})+)[. _-]+
|
||||
(?P<air_month>\w{3,})\W
|
||||
((?P<air_day>\d{1,2}).+)[. _-]+
|
||||
(?P<air_month>\w{3,})[. _-]+
|
||||
(?P<air_year>\d{4})
|
||||
[. _-]*((?P<extra_info>.+?)
|
||||
((?<![. _-])(?<!WEB)
|
||||
|
Loading…
Reference in New Issue
Block a user