Add an extractor for video.nhl.com (closes #1586)

This commit is contained in:
Jaime Marquínez Ferrándiz 2013-10-10 15:25:11 +02:00
parent 8f1ae18a18
commit 2e1fa03bf5
3 changed files with 61 additions and 0 deletions

View file

@ -715,6 +715,7 @@ def unified_strdate(date_str):
'%Y/%m/%d %H:%M:%S',
'%d.%m.%Y %H:%M',
'%Y-%m-%dT%H:%M:%SZ',
'%Y-%m-%dT%H:%M:%S',
]
for expression in format_expressions:
try: