mirror of
				https://github.com/ytdl-org/youtube-dl.git
				synced 2025-10-29 09:26:20 -07:00 
			
		
		
		
	[xattrpp] Fix typo
This commit is contained in:
		| @@ -44,7 +44,7 @@ class XAttrMetadataPP(PostProcessor): | |||||||
|             if version_tuple(xattr.__version__) < version_tuple(pyxattr_required_version): |             if version_tuple(xattr.__version__) < version_tuple(pyxattr_required_version): | ||||||
|                 self._downloader.report_warning( |                 self._downloader.report_warning( | ||||||
|                     'python-pyxattr is detected but is too old. ' |                     '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' % ( |                     'Falling back to other xattr implementations' % ( | ||||||
|                         pyxattr_required_version, xattr.__version__)) |                         pyxattr_required_version, xattr.__version__)) | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user