aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/extractors.py
diff options
context:
space:
mode:
authorStephen Stair <sgstair@akkit.org>2020-08-16 17:07:14 -0700
committerStephen Stair <sgstair@akkit.org>2020-08-16 18:19:44 -0700
commit8d6df01f04da7a0540c205a7f5dbb6511d1a0f7c (patch)
tree714e4a7ed700f7e1bbf31c68d32314cca98c6b26 /youtube_dl/extractor/extractors.py
parent10709fc7c640fcd2f4866090d68f130fc8d9ad0c (diff)
[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 4b3092028..b9489884d 100644
--- a/youtube_dl/extractor/extractors.py
+++ b/youtube_dl/extractor/extractors.py
@@ -1057,6 +1057,11 @@ from .spike import (
BellatorIE,
ParamountNetworkIE,
)
+from .storyfire import (
+ StoryFireIE,
+ StoryFireUserIE,
+ StoryFireSeriesIE,
+)
from .stitcher import StitcherIE
from .sport5 import Sport5IE
from .sportbox import SportBoxIE