1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2024-07-01 21:51:02 +02:00

[xattrpp] Fix typo

This commit is contained in:
Sergey M․ 2015-04-23 22:11:09 +06:00
parent d740333224
commit 4515cb43ca

View File

@ -44,7 +44,7 @@ def run(self, info):
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__))