aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/weiqitv.py
diff options
context:
space:
mode:
authorYen Chi Hsuan <yan12125@gmail.com>2016-01-20 04:04:39 +0800
committerYen Chi Hsuan <yan12125@gmail.com>2016-01-20 04:04:39 +0800
commit8652bd22f1ee955940793874b5c4060ef8e273b3 (patch)
treea610c4dcc3df309fa256ee22b2abb0cd7204e421 /youtube_dl/extractor/weiqitv.py
parentf15a9ca301799c44300d16ac7e61e5b36d67fd31 (diff)
downloadyoutube-dl-8652bd22f1ee955940793874b5c4060ef8e273b3.tar.xz
[weiqitv] Use single quotes
Diffstat (limited to 'youtube_dl/extractor/weiqitv.py')
-rw-r--r--youtube_dl/extractor/weiqitv.py2
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,