youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit 0969bdd3053fc95c5f545caabdbc77628afec4b5
parent 1a9c655e3b1569f315d4193e877cba0b4a863c63
Author: Philipp Hagemeister <phihag@phihag.de>
Date:   Tue, 27 Nov 2012 18:49:18 +0100

unify spacing

Diffstat:
Myoutube_dl/utils.py | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 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.