]> jfr.im git - yt-dlp.git/blobdiff - test/test_iqiyi_sdk_interpreter.py
[ie/mlbtv] Fix extraction (#10296)
[yt-dlp.git] / test / test_iqiyi_sdk_interpreter.py
index 47c632a4e2e51f578b204c1a5bc5c24abafd31d7..4e41007c821197dbab02d70d4692f505ac1dee84 100644 (file)
@@ -29,11 +29,11 @@ def error(self, msg):
 @is_download_test
 class TestIqiyiSDKInterpreter(unittest.TestCase):
     def test_iqiyi_sdk_interpreter(self):
-        '''
+        """
         Test the functionality of IqiyiSDKInterpreter by trying to log in
 
         If `sign` is incorrect, /validate call throws an HTTP 556 error
-        '''
+        """
         logger = WarningLogger()
         ie = IqiyiIE(FakeYDL({'logger': logger}))
         ie._perform_login('foo', 'bar')