youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit 4515cb43cadd583de40b38021202595248080fb8
parent d7403332248a3893810f0461a682229552e1fd9e
Author: Sergey M․ <dstftw@gmail.com>
Date:   Thu, 23 Apr 2015 22:11:09 +0600

[xattrpp] Fix typo

Diffstat:
Myoutube_dl/postprocessor/xattrpp.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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. ' - 'yourube-dl requires %s or above while your version is %s. ' + 'youtube-dl requires %s or above while your version is %s. ' 'Falling back to other xattr implementations' % ( pyxattr_required_version, xattr.__version__))