]> jfr.im git - yt-dlp.git/blobdiff - test/test_YoutubeDLCookieJar.py
Cleanup some code (see desc)
[yt-dlp.git] / test / test_YoutubeDLCookieJar.py
index 615d8a9d882d751ad9d5640da971d1353320cf0e..0fadf812b0f14bb9d9bcfad17a6db227ab1e9de4 100644 (file)
@@ -10,7 +10,7 @@
 import unittest
 sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
 
-from youtube_dlc.utils import YoutubeDLCookieJar
+from yt_dlp.utils import YoutubeDLCookieJar
 
 
 class TestYoutubeDLCookieJar(unittest.TestCase):