X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=youtube_dl%2Fcompat.py;h=4453b34fceea50861ccedec0ec177a12f424274d;hb=d4f64cabf4ede444b390bb71b90ad4103ce572c0;hp=44a902573e56e2df184ff6d677d49dc265f7973e;hpb=be4a824d74add1a3b78b8244dff12f4f078f168a;p=youtube-dl diff --git a/youtube_dl/compat.py b/youtube_dl/compat.py index 44a902573..4453b34fc 100644 --- a/youtube_dl/compat.py +++ b/youtube_dl/compat.py @@ -329,7 +329,7 @@ if sys.version_info < (2, 7): if err is not None: raise err else: - raise error("getaddrinfo returns an empty list") + raise socket.error("getaddrinfo returns an empty list") else: compat_socket_create_connection = socket.create_connection @@ -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',