]> 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 55c3c6183d7671cbe619dbb9a641b33a97b4a4aa..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_dlc import YoutubeDL
-from youtube_dlc.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