mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-08-14 18:49:06 -07:00
add support for paramountnetwork.com and bellator.com(fixes #15418)
This commit is contained in:
parent
54fc90aabf
commit
6843ac5b13
2 changed files with 31 additions and 37 deletions
|
@ -1016,7 +1016,10 @@ from .spankbang import SpankBangIE
|
|||
from .spankwire import SpankwireIE
|
||||
from .spiegel import SpiegelIE, SpiegelArticleIE
|
||||
from .spiegeltv import SpiegeltvIE
|
||||
from .spike import SpikeIE
|
||||
from .spike import (
|
||||
BellatorIE,
|
||||
ParamountNetworkIE,
|
||||
)
|
||||
from .stitcher import StitcherIE
|
||||
from .sport5 import Sport5IE
|
||||
from .sportbox import SportBoxEmbedIE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue