mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-08-12 07:09:11 +03:00
[twitcasting] Add TwitCastingUserIE, TwitCastingLiveIE
Closes #374 Code adapted from: https://github.com/nao20010128nao/ytdl-patched/blob/f1fb9222bb474e4ac2333e1e8047c11a856c42d3/youtube_dl/extractor/twitcasting.py Authored by: pukkandan, nao20010128nao
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user