1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-11-01 23:25:14 +00:00

[twitch] Add support for bookmarks

This commit is contained in:
Sergey M․
2015-01-23 21:58:40 +06:00
parent 0920e5830f
commit c2e64f71d0
2 changed files with 37 additions and 5 deletions

View File

@@ -467,6 +467,7 @@ from .twitch import (
TwitchVodIE,
TwitchProfileIE,
TwitchPastBroadcastsIE,
TwitchBookmarksIE,
TwitchStreamIE,
)
from .ubu import UbuIE