diff options
author | coletdjnz <colethedj@protonmail.com> | 2021-09-07 22:49:57 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-07 22:49:57 +0000 |
commit | eab3f867e246b064ff8cd38460f93623b03b4540 (patch) | |
tree | 315ae4b6c05d22aae7588e56d4551092b73a72a1 /yt_dlp/extractor/extractors.py | |
parent | a7e999beeca17909bb0088d796c3181b4f35144e (diff) | |
download | hypervideo-pre-eab3f867e246b064ff8cd38460f93623b03b4540.tar.lz hypervideo-pre-eab3f867e246b064ff8cd38460f93623b03b4540.tar.xz hypervideo-pre-eab3f867e246b064ff8cd38460f93623b03b4540.zip |
[nzherald] Add NZHeraldIE (#909)
Authored-by: coletdjnz
Related: https://github.com/ytdl-org/youtube-dl/issues/28267
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 4910bd14f..ee368b7b1 100644 --- a/yt_dlp/extractor/extractors.py +++ b/yt_dlp/extractor/extractors.py @@ -957,6 +957,7 @@ from .nytimes import ( NYTimesCookingIE, ) from .nuvid import NuvidIE +from .nzherald import NZHeraldIE from .nzz import NZZIE from .odatv import OdaTVIE from .odnoklassniki import OdnoklassnikiIE |