diff options
author | Tom <eales@live.com> | 2013-10-09 21:56:09 +0800 |
---|---|---|
committer | Tom <eales@live.com> | 2013-10-09 21:56:09 +0800 |
commit | 1d368c7589908d9e810732f3c8aeecd24f3cce04 (patch) | |
tree | 7c317f256e9008938101eff700a2f666dee224f0 /youtube_dl/YoutubeDL.py | |
parent | 88bd97e34c91a86dfe7dd01a9677b76ef43e1b66 (diff) |
Tiny tpo
Diffstat (limited to 'youtube_dl/YoutubeDL.py')
-rw-r--r-- | youtube_dl/YoutubeDL.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/YoutubeDL.py b/youtube_dl/YoutubeDL.py index 073a3837c..e85e03fa4 100644 --- a/youtube_dl/YoutubeDL.py +++ b/youtube_dl/YoutubeDL.py @@ -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 |