aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/extractors.py
diff options
context:
space:
mode:
authorTom-Oliver Heidel <github@tom-oliver.eu>2020-08-31 23:23:53 +0200
committerGitHub <noreply@github.com>2020-08-31 23:23:53 +0200
commit4bd95eb144053d44139db17a348072a3b2080965 (patch)
treee340359e1f5a313c0f9a1445bd7ea9a5177f64ec /youtube_dl/extractor/extractors.py
parent9ab41610b4e65e2f0758ab05247e444abf67fafa (diff)
parent8d6df01f04da7a0540c205a7f5dbb6511d1a0f7c (diff)
downloadhypervideo-pre-4bd95eb144053d44139db17a348072a3b2080965.tar.lz
hypervideo-pre-4bd95eb144053d44139db17a348072a3b2080965.tar.xz
hypervideo-pre-4bd95eb144053d44139db17a348072a3b2080965.zip
Merge pull request #6 from sgstair/storyfire
[StoryFire] Add new extractor
Diffstat (limited to 'youtube_dl/extractor/extractors.py')
-rw-r--r--youtube_dl/extractor/extractors.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/youtube_dl/extractor/extractors.py b/youtube_dl/extractor/extractors.py
index 5ae0a34aa..befd66bd2 100644
--- a/youtube_dl/extractor/extractors.py
+++ b/youtube_dl/extractor/extractors.py
@@ -1058,6 +1058,11 @@ from .spike import (
BellatorIE,
ParamountNetworkIE,
)
+from .storyfire import (
+ StoryFireIE,
+ StoryFireUserIE,
+ StoryFireSeriesIE,
+)
from .stitcher import StitcherIE
from .sport5 import Sport5IE
from .sportbox import SportBoxIE