5f6a1245ff
PEP8 applied
2014-11-23 20:41:03 +01:00
8c25f81bee
[util] Move compatibility functions out of util
...
utils is large enough without these compatibility functions.
Everything that is present in newer versions of Python (i.e. with dev Python it's just an import) goes into compat.py .
Everything else (i.e. youtube-dl-specific helpers) goes into utils.py .
2014-11-02 11:23:42 +01:00
0a871f6880
Provide compatibility check_output for 2.6 ( Fixes #2926 )
2014-05-16 12:03:59 +02:00
bd1b906527
Remove unusued import
2014-01-07 09:42:38 +01:00
a9ce0c631e
[xattr] Correct on Windows
2014-01-07 06:50:24 +01:00
afc7bc33cb
[xattr] Always use UTF-8
...
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 06:49:15 +01:00
168da92b9a
[xattr] Rework
...
In particular, explicitly require NT before trying ADS, and do not try to parse process output that may be localized.
2014-01-07 06:36:34 +01:00
2a2e2770cc
[xattr] Always output a warning message on errors
2014-01-07 06:12:28 +01:00
42cc71e80b
[xattr] Write bytestrings, not characters
2014-01-07 06:11:21 +01:00
496c19234c
Split postprocessor package into multiple modules
2014-01-07 05:59:22 +01:00