_generic_title

This commit is contained in:
palewire 2022-08-08 11:40:31 -07:00
parent 2e1c744be8
commit 871b60b117
No known key found for this signature in database
GPG Key ID: A5AD4A9AD42D69AB

View File

@ -61,7 +61,7 @@ class ParlerIE(InfoExtractor):
data = status['data'][0]['primary']
# 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'))
uploader = strip_or_none(data.get('name'))
uploader_id = strip_or_none(data.get('username'))