[twitcasting] Add TwitCastingUserIE, TwitCastingLiveIE
Closes #374
Code adapted from: f1fb9222bb/youtube_dl/extractor/twitcasting.py
Authored by: pukkandan, nao20010128nao
This commit is contained in:
parent
f2cd7060fc
commit
e85a39717a
2 changed files with 79 additions and 9 deletions
|
|
@ -1429,7 +1429,11 @@ from .tweakers import TweakersIE
|
|||
from .twentyfourvideo import TwentyFourVideoIE
|
||||
from .twentymin import TwentyMinutenIE
|
||||
from .twentythreevideo import TwentyThreeVideoIE
|
||||
from .twitcasting import TwitCastingIE
|
||||
from .twitcasting import (
|
||||
TwitCastingIE,
|
||||
TwitCastingLiveIE,
|
||||
TwitCastingUserIE,
|
||||
)
|
||||
from .twitch import (
|
||||
TwitchVodIE,
|
||||
TwitchCollectionIE,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue