mirror of
https://github.com/moparisthebest/SickRage
synced 2024-12-13 03:22:22 -05:00
Revert "Fixed up regex patterns for better matching of sports events"
This reverts commit 8ee477085e
.
This commit is contained in:
parent
8ee477085e
commit
67b7eac21b
@ -191,10 +191,9 @@ sports_regexs = [
|
||||
# Show.Name.123.Event.23rd.Nov.2010.Source.Quality.Etc-Group
|
||||
'''
|
||||
^(?P<series_name>.+?)[. _-]+
|
||||
(?P<sports_event_title>(\d{3}.+))
|
||||
((?>[. _-]+\d{2})(.*?)(?>\d{4}[. _-]+))?
|
||||
([. _-]*(?P<extra_info>.+?)((?<![. _-])
|
||||
(?<!WEB)-(?P<release_group>[^- ]+))?)?$
|
||||
(?P<sports_event_title>\d{3}[. _-]+\w+[. _-]vs[. _-]\w+)
|
||||
([. _-]*(?P<extra_info>.+?)((?<![. _-])(?<!WEB)
|
||||
-(?P<release_group>[^- ]+))?)?$
|
||||
'''
|
||||
),
|
||||
]
|
Loading…
Reference in New Issue
Block a user