projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d740333
)
[xattrpp] Fix typo
author
Sergey M․
<dstftw@gmail.com>
Thu, 23 Apr 2015 16:11:09 +0000
(22:11 +0600)
committer
Sergey M․
<dstftw@gmail.com>
Thu, 23 Apr 2015 16:11:09 +0000
(22:11 +0600)
youtube_dl/postprocessor/xattrpp.py
patch
|
blob
|
history
diff --git
a/youtube_dl/postprocessor/xattrpp.py
b/youtube_dl/postprocessor/xattrpp.py
index b74adff43d884100ac1fafe197464db489dd7e34..93d0abcf6d1b563109c5488d10b67a012f916103 100644
(file)
--- a/
youtube_dl/postprocessor/xattrpp.py
+++ b/
youtube_dl/postprocessor/xattrpp.py
@@
-44,7
+44,7
@@
class XAttrMetadataPP(PostProcessor):
if version_tuple(xattr.__version__) < version_tuple(pyxattr_required_version):
self._downloader.report_warning(
'python-pyxattr is detected but is too old. '
- 'you
r
ube-dl requires %s or above while your version is %s. '
+ 'you
t
ube-dl requires %s or above while your version is %s. '
'Falling back to other xattr implementations' % (
pyxattr_required_version, xattr.__version__))