projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a9c655
)
unify spacing
author
Philipp Hagemeister
<phihag@phihag.de>
Tue, 27 Nov 2012 17:49:18 +0000
(18:49 +0100)
committer
Philipp Hagemeister
<phihag@phihag.de>
Tue, 27 Nov 2012 17:49:18 +0000
(18:49 +0100)
youtube_dl/utils.py
patch
|
blob
|
history
diff --git
a/youtube_dl/utils.py
b/youtube_dl/utils.py
index 40d6823a0f8ddbbf42a54bf4b0aea9e344825600..45582ca11cd182ff019a3ca8c49e2ff369692cee 100644
(file)
--- a/
youtube_dl/utils.py
+++ b/
youtube_dl/utils.py
@@
-27,9
+27,9
@@
std_headers = {
}
try:
- compat_str = unicode # Python 2
+
compat_str = unicode # Python 2
except NameError:
- compat_str = str
+
compat_str = str
def preferredencoding():
"""Get preferred encoding.