Update youtube_dl/extractor/parler.py
Co-authored-by: dirkf <fieldhouse@gmx.net>
This commit is contained in:
parent
99d43f800f
commit
fec554563a
@ -52,7 +52,7 @@ class ParlerIE(InfoExtractor):
|
||||
|
||||
# Get data from API
|
||||
api_url = 'https://parler.com/open-api/ParleyDetailEndpoint.php'
|
||||
payload = parse.urlencode({"uuid": video_id}).encode()
|
||||
payload = urlencode_postdata({'uuid': video_id})
|
||||
status = self._download_json(api_url, video_id, data=payload)
|
||||
|
||||
# Pull out video
|
||||
|
Loading…
Reference in New Issue
Block a user