mirror of
https://github.com/ytdl-org/ytdl-nightly.git
synced 2025-06-05 21:49:13 +02: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