mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-03 23:57:06 -05:00 
			
		
		
		
	[ivi] Neat import
This commit is contained in:
		@@ -6,7 +6,6 @@
 | 
			
		||||
import os
 | 
			
		||||
import sys
 | 
			
		||||
import unittest
 | 
			
		||||
from youtube_dl.extractor.ivi import IviCompilationIE
 | 
			
		||||
sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
 | 
			
		||||
 | 
			
		||||
from test.helper import FakeYDL
 | 
			
		||||
@@ -28,7 +27,8 @@ from youtube_dl.extractor import (
 | 
			
		||||
    BambuserChannelIE,
 | 
			
		||||
    BandcampAlbumIE,
 | 
			
		||||
    SmotriCommunityIE,
 | 
			
		||||
    SmotriUserIE
 | 
			
		||||
    SmotriUserIE,
 | 
			
		||||
    IviCompilationIE
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user