1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2024-09-05 10:29:35 +02:00

[weiqitv] Use single quotes

This commit is contained in:
Yen Chi Hsuan 2016-01-20 04:04:39 +08:00
parent f15a9ca301
commit 8652bd22f1

View File

@ -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,