mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-28 21:22:13 +00:00
Single quotes
This commit is contained in:
parent
027ba18bf4
commit
92e053f4d2
1 changed files with 7 additions and 7 deletions
|
@ -69,11 +69,11 @@ class ParlerIE(InfoExtractor):
|
|||
|
||||
# Return the result
|
||||
return {
|
||||
"id": video_id,
|
||||
"url": url,
|
||||
"title": title,
|
||||
"timestamp": timestamp,
|
||||
"uploader": uploader,
|
||||
"uploader_id": uploader_id,
|
||||
"uploader_url": uploader_url,
|
||||
'id': video_id,
|
||||
'url': url,
|
||||
'title': title,
|
||||
'timestamp': timestamp,
|
||||
'uploader': uploader,
|
||||
'uploader_id': uploader_id,
|
||||
'uploader_url': uploader_url,
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue