mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-08-20 21:34:01 -07:00
[dplay] Add support for discoveryplus.com (closes #24698)
This commit is contained in:
parent
e20ec43094
commit
a7356dffe9
2 changed files with 99 additions and 29 deletions
|
@ -288,7 +288,10 @@ from .douyutv import (
|
|||
DouyuShowIE,
|
||||
DouyuTVIE,
|
||||
)
|
||||
from .dplay import DPlayIE
|
||||
from .dplay import (
|
||||
DPlayIE,
|
||||
DiscoveryPlusIE,
|
||||
)
|
||||
from .dreisat import DreiSatIE
|
||||
from .drbonanza import DRBonanzaIE
|
||||
from .drtuber import DrTuberIE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue