[__init__] Fix lost xattr if --embed-thumbnail used

Reported at
https://github.com/rg3/youtube-dl/issues/9054#issuecomment-250451823
This commit is contained in:
Yen Chi Hsuan 2016-10-02 02:12:14 +08:00
parent f6ba581f89
commit b19e275d99
No known key found for this signature in database
GPG key ID: 3FDDD575826C5C30
2 changed files with 5 additions and 2 deletions

View file

@ -1,6 +1,7 @@
version <unreleased>
Core
* Fix possibly lost extended attributes
+ Support pyxattr as well as python-xattr for --xattrs and
--xattr-set-filesize (#9054)