aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_youtube_chapters.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_youtube_chapters.py')
-rw-r--r--test/test_youtube_chapters.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_youtube_chapters.py b/test/test_youtube_chapters.py
index e69c57377..4529d2e84 100644
--- a/test/test_youtube_chapters.py
+++ b/test/test_youtube_chapters.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 expect_value
-from youtube_dl.extractor import YoutubeIE
+from youtube_dlc.extractor import YoutubeIE
class TestYoutubeChapters(unittest.TestCase):