Browse Source

[weiqitv] Use single quotes

totalwebcasting
Yen Chi Hsuan 9 years ago
parent
commit
8652bd22f1
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      youtube_dl/extractor/weiqitv.py

+ 1
- 1
youtube_dl/extractor/weiqitv.py View File

@ -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…
Cancel
Save