Single quotes
This commit is contained in:
parent
027ba18bf4
commit
92e053f4d2
@ -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 New Issue
Block a user