]> jfr.im git - yt-dlp.git/blobdiff - devscripts/check-porn.py
Completely change project name to yt-dlp (#85)
[yt-dlp.git] / devscripts / check-porn.py
index 68a33d823f2308496123fd2e08c21ff39249008d..5e00724683fc16f8bb34b2fa24864201ec003fd8 100644 (file)
@@ -15,8 +15,8 @@
 sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
 
 from test.helper import gettestcases
-from youtube_dlc.utils import compat_urllib_parse_urlparse
-from youtube_dlc.utils import compat_urllib_request
+from yt_dlp.utils import compat_urllib_parse_urlparse
+from yt_dlp.utils import compat_urllib_request
 
 if len(sys.argv) > 1:
     METHOD = 'LIST'