فهرست منبع

[ivi] Neat import

dst 11 سال پیش
والد
کامیت
5ce54a8205
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      test/test_playlists.py

+ 2 - 2
test/test_playlists.py

@@ -6,7 +6,6 @@
 import os
 import os
 import sys
 import sys
 import unittest
 import unittest
-from youtube_dl.extractor.ivi import IviCompilationIE
 sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
 sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
 
 
 from test.helper import FakeYDL
 from test.helper import FakeYDL
@@ -28,7 +27,8 @@ from youtube_dl.extractor import (
     BambuserChannelIE,
     BambuserChannelIE,
     BandcampAlbumIE,
     BandcampAlbumIE,
     SmotriCommunityIE,
     SmotriCommunityIE,
-    SmotriUserIE
+    SmotriUserIE,
+    IviCompilationIE
 )
 )