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

[dcn] add support for live streams and catchup videos

This commit is contained in:
remitamine
2015-09-04 15:42:09 +01:00
parent b477da2094
commit 8e2898edf9
2 changed files with 62 additions and 1 deletions

View File

@@ -121,6 +121,7 @@ from .dbtv import DBTVIE
from .dcn import (
DCNGeneralIE,
DCNVideoIE,
DCNLiveIE,
DCNSeasonIE,
)
from .dctp import DctpTvIE