mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-08-11 03:09:35 +00:00
[dcn] add show extraction and support for other types of urls
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user