[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