X-Git-Url: https://jfr.im/git/yt-dlp.git/blobdiff_plain/e21c26daf9dfb56b9bc4f18f30e7f1c724c9189e..7a5c1cfe93924351387b44919b3c0b2f66c4b883:/test/test_socks.py diff --git a/test/test_socks.py b/test/test_socks.py index 1e68eb0da..8b4286982 100644 --- a/test/test_socks.py +++ b/test/test_socks.py @@ -15,7 +15,7 @@ FakeYDL, get_params, ) -from youtube_dl.compat import ( +from yt_dlp.compat import ( compat_str, compat_urllib_request, )