Add an extractor for video.nhl.com (closes #1586)
This commit is contained in:
parent
8f1ae18a18
commit
2e1fa03bf5
3 changed files with 61 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue