mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-02 09:12:40 +01:00
[weiqitv] Use single quotes
This commit is contained in:
parent
f15a9ca301
commit
8652bd22f1
@ -45,7 +45,7 @@ def _real_extract(self, url):
|
||||
|
||||
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
Block a user