mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-29 05:32:00 +00:00
_generic_title
This commit is contained in:
parent
2e1c744be8
commit
871b60b117
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ class ParlerIE(InfoExtractor):
|
||||||
data = status['data'][0]['primary']
|
data = status['data'][0]['primary']
|
||||||
|
|
||||||
# Pull out metadata
|
# Pull out metadata
|
||||||
title = clean_html(data.get('full_body')) or self.generic_title(url)
|
title = clean_html(data.get('full_body')) or self._generic_title(url)
|
||||||
timestamp = unified_timestamp(data.get('date_created'))
|
timestamp = unified_timestamp(data.get('date_created'))
|
||||||
uploader = strip_or_none(data.get('name'))
|
uploader = strip_or_none(data.get('name'))
|
||||||
uploader_id = strip_or_none(data.get('username'))
|
uploader_id = strip_or_none(data.get('username'))
|
||||||
|
|
Loading…
Reference in a new issue