Yen Chi Hsuan
8 years ago
No known key found for this signature in database
GPG Key ID: 3FDDD575826C5C30
1 changed files with
0 additions and
2 deletions
-
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 |
|
|
|