Browse Source

[utils] Add another date format seen in NextTV

master-ytdl-org
Yen Chi Hsuan 8 years ago
parent
commit
0c1c6f4b9f
No known key found for this signature in database GPG Key ID: 7F902A182457CA23
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      youtube_dl/utils.py

+ 1
- 0
youtube_dl/utils.py View File

@ -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',


Loading…
Cancel
Save