aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/postprocessor/xattrpp.py
AgeCommit message (Collapse)Author
2014-05-16Provide compatibility check_output for 2.6 (Fixes #2926)Philipp Hagemeister
2014-01-07Remove unusued importPhilipp Hagemeister
2014-01-07[xattr] Correct on WindowsPhilipp Hagemeister
2014-01-07[xattr] Always use UTF-8Philipp Hagemeister
On Windows and other systems, other encodings would break when trying to encode non-ASCII characters. Simply use UTF-8, like every sane system.
2014-01-07[xattr] ReworkPhilipp Hagemeister
In particular, explicitly require NT before trying ADS, and do not try to parse process output that may be localized.
2014-01-07[xattr] Always output a warning message on errorsPhilipp Hagemeister
2014-01-07[xattr] Write bytestrings, not charactersPhilipp Hagemeister
2014-01-07Split postprocessor package into multiple modulesPhilipp Hagemeister