]> jfr.im git - yt-dlp.git/blobdiff - test/test_youtube_lists.py
[cleanup] Point all shebang to `python3` (#372)
[yt-dlp.git] / test / test_youtube_lists.py
index d9b8fa55005f8df66fdbe241338cbe11a8eaf4e9..528b7533455a61b900d8cc315624bd481a94de7e 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 from __future__ import unicode_literals
 
 # Allow direct execution
@@ -10,7 +10,7 @@
 from test.helper import FakeYDL
 
 
-from youtube_dlc.extractor import (
+from yt_dlp.extractor import (
     YoutubePlaylistIE,
     YoutubeTabIE,
     YoutubeIE,