1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2024-06-21 06:57:03 +02:00

[xattr] bugfix for b19404591a

This commit is contained in:
pukkandan 2021-09-24 06:20:42 +05:30
parent b19404591a
commit 51ff9ca0b0
No known key found for this signature in database
GPG Key ID: 0F00D95A001F4698

View File

@ -5,6 +5,7 @@
from ..utils import (
hyphenate_date,
write_xattr,
PostProcessingError,
XAttrMetadataError,
XAttrUnavailableError,
)