Fix indentation length.
This commit is contained in:
parent
3a8aed1741
commit
799938536f
@ -717,7 +717,7 @@ class YoutubeDL(object):
|
|||||||
prefix = prefix.replace('../', '').replace('..\\', '')
|
prefix = prefix.replace('../', '').replace('..\\', '')
|
||||||
filename = prefix + '.mka'
|
filename = prefix + '.mka'
|
||||||
self.to_screen('The Matroska container (.mka) will be used for the download, '
|
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
|
# Temporary fix for #4787
|
||||||
# 'Treat' all problem characters by passing filename through preferredencoding
|
# 'Treat' all problem characters by passing filename through preferredencoding
|
||||||
|
Loading…
x
Reference in New Issue
Block a user