]> jfr.im git - yt-dlp.git/blobdiff - test/test_http.py
Completely change project name to yt-dlp (#85)
[yt-dlp.git] / test / test_http.py
index 3ee0a5dda8df4446f915391e031f6d13da486150..c9e7ee225cd0aaa07b978082d4c9ddcaf40938fc 100644 (file)
@@ -9,8 +9,8 @@
 sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
 
 from test.helper import http_server_port
-from youtube_dl import YoutubeDL
-from youtube_dl.compat import compat_http_server, compat_urllib_request
+from yt_dlp import YoutubeDL
+from yt_dlp.compat import compat_http_server, compat_urllib_request
 import ssl
 import threading