youtube-dl

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

commit 987493aef37cce273a10ddfbe540a41a4c6a67cd
parent 8bfa75451b6506db324e766ef5d815d10eee5619
Author: Sergey M․ <dstftw@gmail.com>
Date:   Sun, 11 Jan 2015 15:13:03 +0600

[test_compat] Fix alphabetic order to make test_all_present pass

Diffstat:
Myoutube_dl/compat.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/youtube_dl/compat.py b/youtube_dl/compat.py @@ -369,8 +369,8 @@ __all__ = [ 'compat_ord', 'compat_parse_qs', 'compat_print', - 'compat_str', 'compat_socket_create_connection', + 'compat_str', 'compat_subprocess_get_DEVNULL', 'compat_urllib_error', 'compat_urllib_parse',