mirror of
https://github.com/ytdl-org/youtube-dl
synced 2024-12-23 12:40:11 +09:00
Single quotes
This commit is contained in:
parent
027ba18bf4
commit
92e053f4d2
@ -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,
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user