[extractor] Improve _generic_title
This commit is contained in:
parent
682b4524bf
commit
62b8dac490
16 changed files with 21 additions and 34 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue