diff options
author | garret <76261416+garret1317@users.noreply.github.com> | 2023-06-19 14:25:27 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-19 13:25:27 +0000 |
commit | 81c8b9bdd9841b72cbfc1bbff9dab5fb4aa038b0 (patch) | |
tree | f6a6bd8d2da893c271bc8599c6f74c216ff600d9 /yt_dlp/extractor/_extractors.py | |
parent | 01aba2519a0884ef17d5f85608dbd2a455577147 (diff) | |
download | hypervideo-pre-81c8b9bdd9841b72cbfc1bbff9dab5fb4aa038b0.tar.lz hypervideo-pre-81c8b9bdd9841b72cbfc1bbff9dab5fb4aa038b0.tar.xz hypervideo-pre-81c8b9bdd9841b72cbfc1bbff9dab5fb4aa038b0.zip |
[extractor/nhk] `NhkRadiruLive`: Add extractor (#7332)
Authored by: garret1317
Diffstat (limited to 'yt_dlp/extractor/_extractors.py')
-rw-r--r-- | yt_dlp/extractor/_extractors.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/yt_dlp/extractor/_extractors.py b/yt_dlp/extractor/_extractors.py index 10e132b4b..394f3c29d 100644 --- a/yt_dlp/extractor/_extractors.py +++ b/yt_dlp/extractor/_extractors.py @@ -1260,6 +1260,7 @@ from .nhk import ( NhkForSchoolProgramListIE, NhkRadioNewsPageIE, NhkRadiruIE, + NhkRadiruLiveIE, ) from .nhl import NHLIE from .nick import ( |