mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-28 21:22:13 +00:00
Update youtube_dl/extractor/parler.py
Co-authored-by: dirkf <fieldhouse@gmx.net>
This commit is contained in:
parent
b1bbb03e0b
commit
1a82825b9c
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ class ParlerIE(InfoExtractor):
|
|||
video_id = self._match_id(url)
|
||||
|
||||
# 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()
|
||||
status = self._download_json(api_url, video_id, data=payload)
|
||||
|
||||
|
|
Loading…
Reference in a new issue