[dcn] add show extraction and support for other types of urls
This commit is contained in:
parent
e8dcfa3d69
commit
9f4921bfa0
2 changed files with 83 additions and 4 deletions
|
|
@ -118,7 +118,11 @@ from .dailymotion import (
|
|||
)
|
||||
from .daum import DaumIE
|
||||
from .dbtv import DBTVIE
|
||||
from .dcn import DCNIE
|
||||
from .dcn import (
|
||||
DCNGeneralIE,
|
||||
DCNVideoIE,
|
||||
DCNShowIE,
|
||||
)
|
||||
from .dctp import DctpTvIE
|
||||
from .deezer import DeezerPlaylistIE
|
||||
from .dfb import DFBIE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue