X-Git-Url: https://jfr.im/git/yt-dlp.git/blobdiff_plain/86e5f3ed2e6e71eb81ea4c9e26288f16119ffd0c..6e36d17f404556f0e3a43f441c477a71a91877d9:/test/test_iqiyi_sdk_interpreter.py diff --git a/test/test_iqiyi_sdk_interpreter.py b/test/test_iqiyi_sdk_interpreter.py index 57a7ed3a8..47c632a4e 100644 --- a/test/test_iqiyi_sdk_interpreter.py +++ b/test/test_iqiyi_sdk_interpreter.py @@ -1,10 +1,13 @@ #!/usr/bin/env python3 + # Allow direct execution import os import sys import unittest + sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.abspath(__file__)))) + from test.helper import FakeYDL, is_download_test from yt_dlp.extractor import IqiyiIE