[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

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