mirror of
https://github.com/oskvr37/tiddl.git
synced 2026-06-13 12:15:13 +03:00
🐛 fix #16
This commit is contained in:
+2
-2
@@ -158,8 +158,8 @@ def main():
|
||||
)
|
||||
|
||||
def downloadTrack(track: Track, skip_existing=True, sleep=False):
|
||||
file_name = formatFilename(file_template, track)
|
||||
full_path = sanitizeDirName(f"{download_path}/{file_name}")
|
||||
file_name = sanitizeDirName(formatFilename(file_template, track))
|
||||
full_path = f"{download_path}/{file_name}"
|
||||
|
||||
# it will stop detecting existing file for other extensions
|
||||
# TODO: create better existing file detecting ✨
|
||||
|
||||
Reference in New Issue
Block a user