[tver] Add new extractor (closes #26662)(closes #27284)

This commit is contained in:
Remita Amine
2020-12-02 21:36:51 +01:00
parent 4ded9c0f00
commit 64554c12e1
3 changed files with 104 additions and 0 deletions

View File

@@ -393,6 +393,7 @@ from .frontendmasters import (
FrontendMastersLessonIE,
FrontendMastersCourseIE
)
from .fujitv import FujiTVFODPlus7IE
from .funimation import FunimationIE
from .funk import FunkIE
from .fusion import FusionIE
@@ -1233,6 +1234,7 @@ from .tvc import (
TVCIE,
TVCArticleIE,
)
from .tver import TVerIE
from .tvigle import TvigleIE
from .tvland import TVLandIE
from .tvn24 import TVN24IE