mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-12-15 19:16:46 +01:00
[extractor/steam] Add broadcast extractor (#4137)
Closes #4083 Authored by: HobbyistDev
This commit is contained in:
parent
6d916fe709
commit
5fb450a64c
2 changed files with 51 additions and 1 deletions
|
|
@ -1633,7 +1633,10 @@ from .srgssr import (
|
|||
from .srmediathek import SRMediathekIE
|
||||
from .stanfordoc import StanfordOpenClassroomIE
|
||||
from .startv import StarTVIE
|
||||
from .steam import SteamIE
|
||||
from .steam import (
|
||||
SteamIE,
|
||||
SteamCommunityBroadcastIE,
|
||||
)
|
||||
from .storyfire import (
|
||||
StoryFireIE,
|
||||
StoryFireUserIE,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue