mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-03 10:14:42 +01:00
[utils] Remove debugging codes
This commit is contained in:
parent
ac88d2316e
commit
293c255688
@ -1050,8 +1050,6 @@ def unified_strdate(date_str, day_first=True):
|
|||||||
])
|
])
|
||||||
for expression in format_expressions:
|
for expression in format_expressions:
|
||||||
try:
|
try:
|
||||||
print(expression)
|
|
||||||
print(date_str)
|
|
||||||
upload_date = datetime.datetime.strptime(date_str, expression).strftime('%Y%m%d')
|
upload_date = datetime.datetime.strptime(date_str, expression).strftime('%Y%m%d')
|
||||||
except ValueError:
|
except ValueError:
|
||||||
pass
|
pass
|
||||||
|
Loading…
Reference in New Issue
Block a user