mirror of
https://codeberg.org/polarisfm/youtube-dl
synced 2024-11-04 17:34:32 +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:
|
||||
try:
|
||||
print(expression)
|
||||
print(date_str)
|
||||
upload_date = datetime.datetime.strptime(date_str, expression).strftime('%Y%m%d')
|
||||
except ValueError:
|
||||
pass
|
||||
|
Loading…
Reference in New Issue
Block a user