This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
youtube-dl
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
1.1k
Wiki
Activity
Browse Source
Add one more format to unified_strdate
totalwebcasting
Sergey M.
11 years ago
parent
91346358b0
commit
4cf9654693
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
youtube_dl/utils.py
+ 1
- 0
youtube_dl/utils.py
View File
@ -772,6 +772,7 @@ def unified_strdate(date_str):
'
%
B
%d
%
Y
'
,
'
%
b
%d
%
Y
'
,
'
%
Y-
%
m-
%d
'
,
'
%d
.
%
m.
%
Y
'
,
'
%d
/
%
m/
%
Y
'
,
'
%
Y/
%
m/
%d
%
H:
%
M:
%
S
'
,
'
%
Y-
%
m-
%d
%
H:
%
M:
%
S
'
,
Write
Preview
Loading…
Cancel
Save