mirror of https://github.com/blackjack4494/yt-dlc
[weiqitv] Use single quotes
This commit is contained in:
parent
f15a9ca301
commit
8652bd22f1
|
@ -45,7 +45,7 @@ class WeiqiTVIE(InfoExtractor):
|
|||
|
||||
return {
|
||||
'_type': 'url_transparent',
|
||||
"ie_key": 'LetvCloud',
|
||||
'ie_key': 'LetvCloud',
|
||||
'url': letvcloud_url,
|
||||
'title': info_json['name'],
|
||||
'id': media_id,
|
||||
|
|
Loading…
Reference in New Issue