[dlive] Add new extractor(closes #18080)

This commit is contained in:
Remita Amine 2019-07-13 13:08:19 +01:00
parent fd95105ed4
commit 4a71ef6da6
2 changed files with 98 additions and 0 deletions

View file

@ -1255,6 +1255,10 @@ from .udn import UDNEmbedIE
from .ufctv import UFCTVIE
from .uktvplay import UKTVPlayIE
from .digiteka import DigitekaIE
from .dlive import (
DLiveVODIE,
DLiveStreamIE,
)
from .umg import UMGDeIE
from .unistra import UnistraIE
from .unity import UnityIE