mirror of
https://github.com/ytdl-org/youtube-dl
synced 2025-10-03 23:08:36 +09: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