mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-21 20:46:36 -05:00
[xattr] bugfix for b19404591a
This commit is contained in:
parent
b19404591a
commit
51ff9ca0b0
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
||||||
from ..utils import (
|
from ..utils import (
|
||||||
hyphenate_date,
|
hyphenate_date,
|
||||||
write_xattr,
|
write_xattr,
|
||||||
|
PostProcessingError,
|
||||||
XAttrMetadataError,
|
XAttrMetadataError,
|
||||||
XAttrUnavailableError,
|
XAttrUnavailableError,
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue