Browse Source

Tiny tpo

master
Tom 11 years ago
parent
commit
1d368c7589
1 changed files with 1 additions and 1 deletions
  1. 2
      youtube_dl/YoutubeDL.py

2
youtube_dl/YoutubeDL.py

@ -119,7 +119,7 @@ class YoutubeDL(object):
and not params['restrictfilenames']): and not params['restrictfilenames']):
# On Python 3, the Unicode filesystem API will throw errors (#1474) # On Python 3, the Unicode filesystem API will throw errors (#1474)
self.report_warning( 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'cannot encode all charactes. '
u'Set the LC_ALL environment variable to fix this.') u'Set the LC_ALL environment variable to fix this.')
params['restrictfilenames'] = True params['restrictfilenames'] = True

Loading…
Cancel
Save