better Vimeo tests; fixed a couple of VimeoIE fields
[youtube-dl] / test / test_youtube_subtitles.py
index 64a391d14cdd2ff50edf7cebb53dd2146978367f..5d3566a35f5a900ac3eb613de9877228c5a40aae 100644 (file)
@@ -2,7 +2,6 @@
 
 import sys
 import unittest
-import socket
 import json
 import io
 import hashlib
@@ -24,7 +23,6 @@ cookie_processor = compat_urllib_request.HTTPCookieProcessor(jar)
 proxy_handler = compat_urllib_request.ProxyHandler()
 opener = compat_urllib_request.build_opener(proxy_handler, cookie_processor, YoutubeDLHandler())
 compat_urllib_request.install_opener(opener)
-socket.setdefaulttimeout(300) # 5 minutes should be enough (famous last words)
 
 class FakeDownloader(object):
     def __init__(self):