projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac88d23
)
[utils] Remove debugging codes
author
Yen Chi Hsuan
<yan12125@gmail.com>
Thu, 26 May 2016 14:54:16 +0000
(22:54 +0800)
committer
Yen Chi Hsuan
<yan12125@gmail.com>
Thu, 26 May 2016 14:54:16 +0000
(22:54 +0800)
youtube_dl/utils.py
patch
|
blob
|
history
diff --git
a/youtube_dl/utils.py
b/youtube_dl/utils.py
index 316a307e0f17b915a33c4b767db79ae718692e90..cfb2d1bf5c03c59c94d777acbc8729e6b7de6556 100644
(file)
--- a/
youtube_dl/utils.py
+++ b/
youtube_dl/utils.py
@@
-1050,8
+1050,6
@@
def unified_strdate(date_str, day_first=True):
])
for expression in format_expressions:
try:
- print(expression)
- print(date_str)
upload_date = datetime.datetime.strptime(date_str, expression).strftime('%Y%m%d')
except ValueError:
pass