1
0
mirror of https://github.com/yt-dlp/yt-dlp synced 2025-06-30 11:02:54 -05:00

[markiza] Add extractors (closes #16750)

This commit is contained in:
Sergey M․
2018-06-18 00:49:50 +07:00
parent 0adf213d8c
commit ce0edda0f9
2 changed files with 125 additions and 0 deletions

View File

@ -590,6 +590,10 @@ from .mangomolo import (
MangomoloLiveIE,
)
from .manyvids import ManyVidsIE
from .markiza import (
MarkizaIE,
MarkizaPageIE,
)
from .massengeschmacktv import MassengeschmackTVIE
from .matchtv import MatchTVIE
from .mdr import MDRIE