1
0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2026-05-26 15:25:37 +00:00

[storyfire] Add new extractor(closes #25628)(closes #26349)

This commit is contained in:
Stephen Stair
2020-08-16 17:07:14 -07:00
committed by Remita Amine
parent 56c63c8c02
commit 844e4cbc54
2 changed files with 156 additions and 0 deletions
+5
View File
@@ -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