Browse Source
[utils] Add another date format seen in NextTV
master-ytdl-org
Yen Chi Hsuan
8 years ago
No known key found for this signature in database
GPG Key ID: 7F902A182457CA23
1 changed files with
1 additions and
0 deletions
-
youtube_dl/utils.py
|
|
@ -143,6 +143,7 @@ DATE_FORMATS = ( |
|
|
|
'%Y/%m/%d', |
|
|
|
'%Y/%m/%d %H:%M', |
|
|
|
'%Y/%m/%d %H:%M:%S', |
|
|
|
'%Y-%m-%d %H:%M', |
|
|
|
'%Y-%m-%d %H:%M:%S', |
|
|
|
'%Y-%m-%d %H:%M:%S.%f', |
|
|
|
'%d.%m.%Y %H:%M', |
|
|
|