Browse Source

[utils] Add another date format seen in NextTV

master
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
      youtube_dl/utils.py

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

Loading…
Cancel
Save