mirror of
https://github.com/SickGear/SickGear.git
synced 2025-01-06 01:53:37 +00:00
Merge branch 'hotfix/0.12.34'
This commit is contained in:
commit
8433ef51e3
2 changed files with 7 additions and 2 deletions
|
@ -1,4 +1,9 @@
|
|||
### 0.12.33 (2017-10-12 13:00:00 UTC)
|
||||
### 0.12.34 (2017-10-25 15:20:00 UTC)
|
||||
|
||||
* Change improve TVChaos parser
|
||||
|
||||
|
||||
### 0.12.33 (2017-10-12 13:00:00 UTC)
|
||||
|
||||
* Change improve handling of torrent auth failures
|
||||
|
||||
|
|
|
@ -165,7 +165,7 @@ class TVChaosUKProvider(generic.TorrentProvider):
|
|||
for yr in years:
|
||||
title = re.sub('\{\{yr\}\}', yr, title, count=1)
|
||||
|
||||
date_re = '(?i)([(\s]*)((?:\d+\s)?)([adfjmnos]\w{2,}\s+)((?:19|20)\d\d)([)\s]*)'
|
||||
date_re = '(?i)([(\s.]*)((?:\d+[\s.]*(?:st|nd|rd|th)?[\s.])?)([adfjmnos]\w{2,}[\s.]+)((?:19|20)\d\d)([)\s.]*)'
|
||||
dated = re.findall(date_re, title)
|
||||
dnew = None
|
||||
for d in dated:
|
||||
|
|
Loading…
Reference in a new issue