[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
commit 844e4cbc54
2 changed files with 156 additions and 0 deletions

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