aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/onenewsnz.py
diff options
context:
space:
mode:
Diffstat (limited to 'yt_dlp/extractor/onenewsnz.py')
-rw-r--r--yt_dlp/extractor/onenewsnz.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/yt_dlp/extractor/onenewsnz.py b/yt_dlp/extractor/onenewsnz.py
index 59d4490d0..a46211e77 100644
--- a/yt_dlp/extractor/onenewsnz.py
+++ b/yt_dlp/extractor/onenewsnz.py
@@ -106,7 +106,6 @@ class OneNewsNZIE(InfoExtractor):
playlist_title = (
traverse_obj(fusion_metadata, ('headlines', 'basic'))
- or self._og_search_title(webpage)
- or self._html_extract_title(webpage)
+ or self._generic_title('', webpage)
)
return self.playlist_result(entries, display_id, playlist_title)