Add support for tou.tv (Fixes #1792)
This commit is contained in:
parent
69545c2aff
commit
5904088811
4 changed files with 106 additions and 0 deletions
|
@ -734,6 +734,8 @@ 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.%fZ',
|
||||
'%Y-%m-%dT%H:%M:%S.%f0Z',
|
||||
'%Y-%m-%dT%H:%M:%S',
|
||||
]
|
||||
for expression in format_expressions:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue