1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-10-30 06:05:13 +00:00

[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