From 7a5c1cfe93924351387b44919b3c0b2f66c4b883 Mon Sep 17 00:00:00 2001 From: Pccode66 <49125134+Pccode66@users.noreply.github.com> Date: Wed, 24 Feb 2021 15:45:56 -0300 Subject: Completely change project name to yt-dlp (#85) * All modules and binary names are changed * All documentation references changed * yt-dlp no longer loads youtube-dlc config files * All URLs changed to point to organization account Co-authored-by: Pccode66 Co-authored-by: pukkandan --- test/test_socks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test_socks.py') diff --git a/test/test_socks.py b/test/test_socks.py index be52e2343..8b4286982 100644 --- a/test/test_socks.py +++ b/test/test_socks.py @@ -15,7 +15,7 @@ from test.helper import ( FakeYDL, get_params, ) -from youtube_dlc.compat import ( +from yt_dlp.compat import ( compat_str, compat_urllib_request, ) -- cgit v1.2.3