From: Sergey M․ Date: Thu, 23 Apr 2015 16:11:09 +0000 (+0600) Subject: [xattrpp] Fix typo X-Git-Url: http://git.oshgnacknak.de/?a=commitdiff_plain;h=4515cb43cadd583de40b38021202595248080fb8;p=youtube-dl [xattrpp] Fix typo --- diff --git a/youtube_dl/postprocessor/xattrpp.py b/youtube_dl/postprocessor/xattrpp.py index b74adff43..93d0abcf6 100644 --- 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__))