1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-03-09 13:27:14 +08:00

Fix indentation length.

This commit is contained in:
BassThatHertz 2020-07-25 16:28:35 +01:00
parent 3a8aed1741
commit 799938536f

View File

@ -717,7 +717,7 @@ class YoutubeDL(object):
prefix = prefix.replace('../', '').replace('..\\', '')
filename = prefix + '.mka'
self.to_screen('The Matroska container (.mka) will be used for the download, '
'but the final file will have the .mp3 extension')
'but the final file will have the .mp3 extension')
# Temporary fix for #4787
# 'Treat' all problem characters by passing filename through preferredencoding