diff options
author | Stephen Stair <sgstair@akkit.org> | 2020-08-16 17:07:14 -0700 |
---|---|---|
committer | Remita Amine <remitamine@gmail.com> | 2021-02-16 21:14:43 +0100 |
commit | 844e4cbc547f2a2f76053786522bdd6b53bf9ae1 (patch) | |
tree | 72a392c86fb518073c5569e494c49ed9ed133f4e /youtube_dl/extractor/extractors.py | |
parent | 56c63c8c02d7b9aabbced8d150badb6b520825d2 (diff) |
[storyfire] Add new extractor(closes #25628)(closes #26349)
Diffstat (limited to 'youtube_dl/extractor/extractors.py')
-rw-r--r-- | youtube_dl/extractor/extractors.py | 5 |
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 |