mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-12-23 08:26:50 +00:00
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
|
# Get data from API
|
||||||
api_url = 'https://parler.com/open-api/ParleyDetailEndpoint.php'
|
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)
|
status = self._download_json(api_url, video_id, data=payload)
|
||||||
|
|
||||||
# Pull out video
|
# Pull out video
|
||||||
|
Loading…
Reference in New Issue
Block a user