X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=test%2Ftest_youtube_lists.py;h=4ceba64ae5f2cbcbfee59311b3bc183864584df7;hb=8bcc875676b56c062a4fdd81763a6adb0fb1390c;hp=452d342ae9ed3dbc81d098747abb545751d28e8d;hpb=5f6a1245ffa9276c1af59b0835afeef67e2fb5b1;p=youtube-dl diff --git a/test/test_youtube_lists.py b/test/test_youtube_lists.py index 452d342ae..4ceba64ae 100644 --- a/test/test_youtube_lists.py +++ b/test/test_youtube_lists.py @@ -12,10 +12,6 @@ from test.helper import FakeYDL from youtube_dl.extractor import ( YoutubePlaylistIE, YoutubeIE, - YoutubeChannelIE, - YoutubeShowIE, - YoutubeTopListIE, - YoutubeSearchURLIE, )