2
0
mirror of https://github.com/blackjack4494/yt-dlc.git synced 2025-09-23 05:12:32 -06:00
This commit is contained in:
Tom 2013-10-09 21:56:09 +08:00
parent 88bd97e34c
commit 1d368c7589

View File

@ -119,7 +119,7 @@ class YoutubeDL(object):
and not params['restrictfilenames']):
# On Python 3, the Unicode filesystem API will throw errors (#1474)
self.report_warning(
u'Assuming --restrict-filenames isnce file system encoding '
u'Assuming --restrict-filenames since file system encoding '
u'cannot encode all charactes. '
u'Set the LC_ALL environment variable to fix this.')
params['restrictfilenames'] = True