mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-09-16 07:42:07 +00:00
[docs] Misc Cleanup (#8977)
Closes #8355, #8944 Authored by: bashonly, Grub4k, Arthurszzz, seproDev, pukkandan Co-authored-by: sepro <[email protected]> Co-authored-by: bashonly <[email protected]> Co-authored-by: Arthurszzz <[email protected]> Co-authored-by: Simon Sawicki <[email protected]> Co-authored-by: bashonly <[email protected]>
This commit is contained in:
co-authored by
sepro
bashonly
Arthurszzz
Simon Sawicki
bashonly
parent
0abf2f1f15
commit
47ab66db0f
@@ -4468,7 +4468,7 @@ def write_xattr(path, key, value):
|
||||
else 'xattr' if check_executable('xattr', ['-h']) else None)
|
||||
if not exe:
|
||||
raise XAttrUnavailableError(
|
||||
'Couldn\'t find a tool to set the xattrs. Install either the python "xattr" or "pyxattr" modules or the '
|
||||
'Couldn\'t find a tool to set the xattrs. Install either the "xattr" or "pyxattr" Python modules or the '
|
||||
+ ('"xattr" binary' if sys.platform != 'linux' else 'GNU "attr" package (which contains the "setfattr" tool)'))
|
||||
|
||||
value = value.decode()
|
||||
|
||||
Reference in New Issue
Block a user