mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-11-01 09:26:45 -07:00
[nhk] Add support for NHK video programs (#27230)
This commit is contained in:
committed by
GitHub
parent
755f186e21
commit
2797c7be45
@@ -725,7 +725,10 @@ from .nexx import (
|
||||
NexxEmbedIE,
|
||||
)
|
||||
from .nfl import NFLIE
|
||||
from .nhk import NhkVodIE
|
||||
from .nhk import (
|
||||
NhkVodIE,
|
||||
NhkVodProgramIE,
|
||||
)
|
||||
from .nhl import NHLIE
|
||||
from .nick import (
|
||||
NickIE,
|
||||
|
||||
Reference in New Issue
Block a user