1
0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2026-05-06 13:43:30 +00:00

[stitcher] Add support for shows and show metadata extraction(closes #20510)

This commit is contained in:
Remita Amine
2021-01-03 12:12:06 +01:00
parent ac71fd5919
commit 8522bcd97c
2 changed files with 92 additions and 33 deletions
+4 -1
View File
@@ -1092,7 +1092,10 @@ from .spike import (
BellatorIE,
ParamountNetworkIE,
)
from .stitcher import StitcherIE
from .stitcher import (
StitcherIE,
StitcherShowIE,
)
from .sport5 import Sport5IE
from .sportbox import SportBoxIE
from .sportdeutschland import SportDeutschlandIE