[extractor/steam] Add broadcast extractor (#4137)

Closes #4083

Authored by: HobbyistDev
This commit is contained in:
HobbyistDev
2022-06-28 21:51:18 +09:00
committed by GitHub
parent 6d916fe709
commit 5fb450a64c
2 changed files with 51 additions and 1 deletions

View File

@@ -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,