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
committerRemita Amine <remitamine@gmail.com>2021-02-16 21:14:43 +0100
commit844e4cbc547f2a2f76053786522bdd6b53bf9ae1 (patch)
tree72a392c86fb518073c5569e494c49ed9ed133f4e /youtube_dl/extractor/extractors.py
parent56c63c8c02d7b9aabbced8d150badb6b520825d2 (diff)
downloadyoutube-dl-844e4cbc547f2a2f76053786522bdd6b53bf9ae1.tar.xz
[storyfire] Add new extractor(closes #25628)(closes #26349)
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 4347f1b74..51f6d38e9 100644
--- a/youtube_dl/extractor/extractors.py
+++ b/youtube_dl/extractor/extractors.py
@@ -1141,6 +1141,11 @@ from .srgssr import (
from .srmediathek import SRMediathekIE
from .stanfordoc import StanfordOpenClassroomIE
from .steam import SteamIE
+from .storyfire import (
+ StoryFireIE,
+ StoryFireUserIE,
+ StoryFireSeriesIE,
+)
from .streamable import StreamableIE
from .streamcloud import StreamcloudIE
from .streamcz import StreamCZIE