[rokfin] Add stack and channel extractors (#1534)
Authored by: P-reducible, pukkandan
This commit is contained in:
parent
334b1c4800
commit
7eaf7f9aba
3 changed files with 113 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue