_generic_title
This commit is contained in:
parent
2e1c744be8
commit
871b60b117
@ -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 New Issue
Block a user