mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-08-21 05:44:02 -07:00
[twitch] Refactor and add support for past broadcasts
This commit is contained in:
parent
47e0e1e0e2
commit
c5db6bb32b
2 changed files with 184 additions and 169 deletions
|
@ -458,7 +458,13 @@ from .tvigle import TvigleIE
|
|||
from .tvp import TvpIE, TvpSeriesIE
|
||||
from .tvplay import TVPlayIE
|
||||
from .twentyfourvideo import TwentyFourVideoIE
|
||||
from .twitch import TwitchIE
|
||||
from .twitch import (
|
||||
TwitchVideoIE,
|
||||
TwitchChapterIE,
|
||||
TwitchVodIE,
|
||||
TwitchProfileIE,
|
||||
TwitchPastBroadcastsIE,
|
||||
)
|
||||
from .ubu import UbuIE
|
||||
from .udemy import (
|
||||
UdemyIE,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue