From 8652bd22f1ee955940793874b5c4060ef8e273b3 Mon Sep 17 00:00:00 2001 From: Yen Chi Hsuan Date: Wed, 20 Jan 2016 04:04:39 +0800 Subject: [PATCH] [weiqitv] Use single quotes --- youtube_dl/extractor/weiqitv.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,