]> jfr.im git - yt-dlp.git/blobdiff - test/test_iqiyi_sdk_interpreter.py
[cookies] Support other keyrings (#2032)
[yt-dlp.git] / test / test_iqiyi_sdk_interpreter.py
index 303609baa43085a08fe282cab8e5bba6e3b5ee11..ee039f89855529b956c43bf9943309ede3d28763 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 
 from __future__ import unicode_literals
 
@@ -8,8 +8,8 @@
 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 test.helper import FakeYDL, is_download_test
+from yt_dlp.extractor import IqiyiIE
 
 
 class IqiyiIEWithCredentials(IqiyiIE):
@@ -31,6 +31,7 @@ def error(self, msg):
         pass
 
 
+@is_download_test
 class TestIqiyiSDKInterpreter(unittest.TestCase):
     def test_iqiyi_sdk_interpreter(self):
         '''