mirror of https://github.com/yt-dlp/yt-dlp.git
[xattr] bugfix for b19404591a
This commit is contained in:
parent
b19404591a
commit
51ff9ca0b0
|
@ -5,6 +5,7 @@ from ..compat import compat_os_name
|
|||
from ..utils import (
|
||||
hyphenate_date,
|
||||
write_xattr,
|
||||
PostProcessingError,
|
||||
XAttrMetadataError,
|
||||
XAttrUnavailableError,
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue