]> jfr.im git - yt-dlp.git/blobdiff - test/test_iqiyi_sdk_interpreter.py
Merge branch 'bugfix_youtube_like_extraction' of https://github.com/RedpointsBots...
[yt-dlp.git] / test / test_iqiyi_sdk_interpreter.py
index 9d95cb60618ae4ee122b46884a2eae6233dffbec..303609baa43085a08fe282cab8e5bba6e3b5ee11 100644 (file)
@@ -9,7 +9,7 @@
 sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
 
 from test.helper import FakeYDL
-from youtube_dl.extractor import IqiyiIE
+from youtube_dlc.extractor import IqiyiIE
 
 
 class IqiyiIEWithCredentials(IqiyiIE):
@@ -43,5 +43,6 @@ def test_iqiyi_sdk_interpreter(self):
         ie._login()
         self.assertTrue('unable to log in:' in logger.messages[0])
 
+
 if __name__ == '__main__':
     unittest.main()