Move write_xattr to utils.py
authorYen Chi Hsuan <yan12125@gmail.com>
Thu, 29 Sep 2016 16:28:32 +0000 (00:28 +0800)
committerYen Chi Hsuan <yan12125@gmail.com>
Thu, 29 Sep 2016 16:28:32 +0000 (00:28 +0800)
commitefa97bdcf1f1e90d1b51a09324d7869dcd70729b
treea108ff2efe8c5182887266b8f36972b97e847647
parent475f8a458099c64d367356471069bd0ff2bd1b0d
Move write_xattr to utils.py

There are some other places that use xattr functions. It's better to
move it to a common place so that others can use it.
youtube_dl/postprocessor/xattrpp.py
youtube_dl/utils.py