aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_iqiyi_sdk_interpreter.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_iqiyi_sdk_interpreter.py')
-rw-r--r--test/test_iqiyi_sdk_interpreter.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_iqiyi_sdk_interpreter.py b/test/test_iqiyi_sdk_interpreter.py
index 303609baa..b39bf4270 100644
--- a/test/test_iqiyi_sdk_interpreter.py
+++ b/test/test_iqiyi_sdk_interpreter.py
@@ -9,7 +9,7 @@ import unittest
sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
from test.helper import FakeYDL
-from youtube_dlc.extractor import IqiyiIE
+from yt_dlp.extractor import IqiyiIE
class IqiyiIEWithCredentials(IqiyiIE):