youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit e9be9a6acdc47e53dd8292341fa521234ce9dd78
parent f47754f061abd4615ebcbcfaf3008f0b68d9e525
Author: Naglis Jonaitis <njonaitis@gmail.com>
Date:   Sat,  4 Oct 2014 22:38:23 +0300

[utils] Add additional format to unified_strdate

Diffstat:
Myoutube_dl/utils.py | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/youtube_dl/utils.py b/youtube_dl/utils.py @@ -894,6 +894,7 @@ def unified_strdate(date_str): '%Y/%m/%d %H:%M:%S', '%d/%m/%Y %H:%M:%S', '%Y-%m-%d %H:%M:%S', + '%Y-%m-%d %H:%M:%S.%f', '%d.%m.%Y %H:%M', '%d.%m.%Y %H.%M', '%Y-%m-%dT%H:%M:%SZ',