1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-10-29 21:57:50 +00:00

[rokfin] Add stack and channel extractors (#1534)

Authored by: P-reducible, pukkandan
This commit is contained in:
pukkandan
2022-03-02 21:16:25 +05:30
parent 334b1c4800
commit 7eaf7f9aba
3 changed files with 113 additions and 7 deletions

View File

@@ -1333,7 +1333,11 @@ from .reverbnation import ReverbNationIE
from .rice import RICEIE
from .rmcdecouverte import RMCDecouverteIE
from .rockstargames import RockstarGamesIE
from .rokfin import RokfinIE
from .rokfin import (
RokfinIE,
RokfinStackIE,
RokfinChannelIE,
)
from .roosterteeth import RoosterTeethIE, RoosterTeethSeriesIE
from .rottentomatoes import RottenTomatoesIE
from .rozhlas import RozhlasIE