diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2014-11-26 13:06:02 +0100 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2014-11-26 13:06:02 +0100 |
commit | 8865bdeb377bc653cea66305af9bf530440771c4 (patch) | |
tree | 05725b8978c4a5888d67e772c8c68d4e3a6d737f /youtube_dl/extractor/gamekings.py | |
parent | 3aa578cad2eae6bb5461b1b05e5471847546ff83 (diff) |
Remove useless u prefixes
Diffstat (limited to 'youtube_dl/extractor/gamekings.py')
-rw-r--r-- | youtube_dl/extractor/gamekings.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/gamekings.py b/youtube_dl/extractor/gamekings.py index 11fee3d31..cf8e90d7d 100644 --- a/youtube_dl/extractor/gamekings.py +++ b/youtube_dl/extractor/gamekings.py @@ -11,7 +11,7 @@ class GamekingsIE(InfoExtractor): 'url': 'http://www.gamekings.tv/videos/phoenix-wright-ace-attorney-dual-destinies-review/', # MD5 is flaky, seems to change regularly # 'md5': '2f32b1f7b80fdc5cb616efb4f387f8a3', - u'info_dict': { + 'info_dict': { 'id': '20130811', 'ext': 'mp4', 'title': 'Phoenix Wright: Ace Attorney \u2013 Dual Destinies Review', |