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:
parent
3a8aed1741
commit
799938536f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user