pull/8/head
George Boyle 2014-10-09 16:00:24 +01:00
rodzic 0ca41c3d9c
commit 1b725173a5
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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