mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-02 09:12:40 +01:00
[ivi] Neat import
This commit is contained in:
parent
8c21b7c647
commit
5ce54a8205
@ -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 @@
|
||||
BambuserChannelIE,
|
||||
BandcampAlbumIE,
|
||||
SmotriCommunityIE,
|
||||
SmotriUserIE
|
||||
SmotriUserIE,
|
||||
IviCompilationIE
|
||||
)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user