fix windows filename bullshit

feature-unify_handlers
Tomáš Mládek 2018-01-31 12:30:58 +01:00 committed by Tomáš Mládek
parent 9ce44d1e52
commit 3e581b97de
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ def ytdl_has(url):
def date():
return datetime.now().strftime("%Y-%m-%d@%H:%M")
return datetime.now().strftime("%Y-%m-%d@%H%M")
def download_ydl(urls):