diff options
Diffstat (limited to 'test/test_swfinterp.py')
-rw-r--r-- | test/test_swfinterp.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_swfinterp.py b/test/test_swfinterp.py index 1a8b353e8..29a390e42 100644 --- a/test/test_swfinterp.py +++ b/test/test_swfinterp.py @@ -14,7 +14,7 @@ import json import re import subprocess -from youtube_dlc.swfinterp import SWFInterpreter +from yt_dlp.swfinterp import SWFInterpreter TEST_DIR = os.path.join( |