diff options
| author | Yen Chi Hsuan <yan12125@gmail.com> | 2016-01-20 04:04:39 +0800 | 
|---|---|---|
| committer | Yen Chi Hsuan <yan12125@gmail.com> | 2016-01-20 04:04:39 +0800 | 
| commit | 8652bd22f1ee955940793874b5c4060ef8e273b3 (patch) | |
| tree | a610c4dcc3df309fa256ee22b2abb0cd7204e421 | |
| parent | f15a9ca301799c44300d16ac7e61e5b36d67fd31 (diff) | |
[weiqitv] Use single quotes
| -rw-r--r-- | youtube_dl/extractor/weiqitv.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/weiqitv.py b/youtube_dl/extractor/weiqitv.py index 24389d4bb..e333ae345 100644 --- a/youtube_dl/extractor/weiqitv.py +++ b/youtube_dl/extractor/weiqitv.py @@ -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,  | 
