aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/extractors.py
diff options
context:
space:
mode:
authornixxo <nixxo@protonmail.com>2021-03-16 11:02:10 +0100
committerGitHub <noreply@github.com>2021-03-16 15:32:10 +0530
commit605d299f831f3fe59a35fc479bb6bb004bc59900 (patch)
treeb55992455e742b643ead31f74f429f7a9c3f041a /yt_dlp/extractor/extractors.py
parent18c1f043625ed46657895880da6122cbe4852242 (diff)
downloadhypervideo-pre-605d299f831f3fe59a35fc479bb6bb004bc59900.tar.lz
hypervideo-pre-605d299f831f3fe59a35fc479bb6bb004bc59900.tar.xz
hypervideo-pre-605d299f831f3fe59a35fc479bb6bb004bc59900.zip
[stitcher] Merge from youtube-dl (#175)
This cherry-picks the commits: https://github.com/ytdl-org/youtube-dl/commit/a563c97c5cddf55f8989ed7ea8314ef78e30107f#diff-cc37718b18689c1c0588c4c74518853ef43ab020bbd674f3c04d4eae037798d2 https://github.com/ytdl-org/youtube-dl/commit/8522bcd97c4173407261a3fa0283dd7800c39601#diff-cc37718b18689c1c0588c4c74518853ef43ab020bbd674f3c04d4eae037798d2 Authored by: nixxo
Diffstat (limited to 'yt_dlp/extractor/extractors.py')
-rw-r--r--yt_dlp/extractor/extractors.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/yt_dlp/extractor/extractors.py b/yt_dlp/extractor/extractors.py
index 7dd858623..bc8dbf473 100644
--- a/yt_dlp/extractor/extractors.py
+++ b/yt_dlp/extractor/extractors.py
@@ -1179,7 +1179,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