mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-07 20:30:41 -05:00
[weiqitv] Use single quotes
This commit is contained in:
parent
f15a9ca301
commit
8652bd22f1
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ def _real_extract(self, url):
|
||||||
|
|
||||||
return {
|
return {
|
||||||
'_type': 'url_transparent',
|
'_type': 'url_transparent',
|
||||||
"ie_key": 'LetvCloud',
|
'ie_key': 'LetvCloud',
|
||||||
'url': letvcloud_url,
|
'url': letvcloud_url,
|
||||||
'title': info_json['name'],
|
'title': info_json['name'],
|
||||||
'id': media_id,
|
'id': media_id,
|
||||||
|
|
Loading…
Reference in a new issue