projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ca41c3
)
Fixed typo
author
George Boyle
<george@thebuds.net>
Thu, 9 Oct 2014 15:00:24 +0000
(16:00 +0100)
committer
George Boyle
<george@thebuds.net>
Fri, 10 Oct 2014 08:35:41 +0000
(09:35 +0100)
youtube_dl/YoutubeDL.py
patch
|
blob
|
history
diff --git
a/youtube_dl/YoutubeDL.py
b/youtube_dl/YoutubeDL.py
index 4a9610355aea878cb7daa68abd2f65e398cbee69..4e2a74624d0d2cd23457bb6e654365deefc95031 100755
(executable)
--- a/
youtube_dl/YoutubeDL.py
+++ b/
youtube_dl/YoutubeDL.py
@@
-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 characte
r
s. '
'Set the LC_ALL environment variable to fix this.')
self.params['restrictfilenames'] = True