1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-10-30 22:25:19 +00:00

Merge pull request #6 from sgstair/storyfire

[StoryFire] Add new extractor
This commit is contained in:
Tom-Oliver Heidel
2020-08-31 23:23:53 +02:00
committed by GitHub
2 changed files with 260 additions and 0 deletions

View File

@@ -1058,6 +1058,11 @@ from .spike import (
BellatorIE,
ParamountNetworkIE,
)
from .storyfire import (
StoryFireIE,
StoryFireUserIE,
StoryFireSeriesIE,
)
from .stitcher import StitcherIE
from .sport5 import Sport5IE
from .sportbox import SportBoxIE