Browse Source

[utils] Remove debugging codes

totalwebcasting
Yen Chi Hsuan 8 years ago
parent
commit
293c255688
No known key found for this signature in database GPG Key ID: 3FDDD575826C5C30
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      youtube_dl/utils.py

+ 0
- 2
youtube_dl/utils.py View File

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


Loading…
Cancel
Save