]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/onenewsnz.py
[ie/crunchyroll] Fix stream extraction (#10005)
[yt-dlp.git] / yt_dlp / extractor / onenewsnz.py
index 59d4490d0f02e3a15fb277b58efb7a40117185aa..a46211e77728b4d5d64a0be5bd30186744cd7ebe 100644 (file)
@@ -106,7 +106,6 @@ def _real_extract(self, url):
 
         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)