Update youtube_dl/extractor/parler.py
Co-authored-by: dirkf <fieldhouse@gmx.net>
This commit is contained in:
parent
4b3bc81777
commit
40f370c358
@ -62,7 +62,7 @@ class ParlerIE(InfoExtractor):
|
|||||||
|
|
||||||
# Pull out metadata
|
# Pull out metadata
|
||||||
title = clean_html(data.get("full_body")).replace("\n", "")
|
title = clean_html(data.get("full_body")).replace("\n", "")
|
||||||
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'))
|
||||||
uploader_url = "https://parler.com/" + uploader_id if uploader_id else None
|
uploader_url = "https://parler.com/" + uploader_id if uploader_id else None
|
||||||
|
Loading…
Reference in New Issue
Block a user