Single quotes

This commit is contained in:
palewire 2022-08-08 11:04:11 -07:00
parent 027ba18bf4
commit 92e053f4d2
No known key found for this signature in database
GPG Key ID: A5AD4A9AD42D69AB

View File

@ -69,11 +69,11 @@ class ParlerIE(InfoExtractor):
# Return the result # Return the result
return { return {
"id": video_id, 'id': video_id,
"url": url, 'url': url,
"title": title, 'title': title,
"timestamp": timestamp, 'timestamp': timestamp,
"uploader": uploader, 'uploader': uploader,
"uploader_id": uploader_id, 'uploader_id': uploader_id,
"uploader_url": uploader_url, 'uploader_url': uploader_url,
} }