aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/extractors.py
diff options
context:
space:
mode:
authorRemita Amine <remitamine@gmail.com>2021-01-03 12:12:06 +0100
committerRemita Amine <remitamine@gmail.com>2021-01-03 12:12:06 +0100
commit8522bcd97c4173407261a3fa0283dd7800c39601 (patch)
tree28f0f9e6005ce5dee8be56fb9544841cf819c366 /youtube_dl/extractor/extractors.py
parentac71fd5919302f0d42c0cd79e04522cab8ab0318 (diff)
downloadyoutube-dl-8522bcd97c4173407261a3fa0283dd7800c39601.tar.xz
[stitcher] Add support for shows and show metadata extraction(closes #20510)
Diffstat (limited to 'youtube_dl/extractor/extractors.py')
-rw-r--r--youtube_dl/extractor/extractors.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/youtube_dl/extractor/extractors.py b/youtube_dl/extractor/extractors.py
index 74743a449..d1e1e9a60 100644
--- a/youtube_dl/extractor/extractors.py
+++ b/youtube_dl/extractor/extractors.py
@@ -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