From ac260dd81e9e1e3409650c70cb2c4a4a12857944 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Tue, 7 Jan 2014 07:14:12 +0100 Subject: [PATCH] [lynda] Remove useless u"" --- youtube_dl/extractor/lynda.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/youtube_dl/extractor/lynda.py b/youtube_dl/extractor/lynda.py index 844ba4dcb..eae92b955 100644 --- a/youtube_dl/extractor/lynda.py +++ b/youtube_dl/extractor/lynda.py @@ -17,7 +17,7 @@ class LyndaIE(SubtitlesInfoExtractor): 'url': 'http://www.lynda.com/Bootstrap-tutorials/Using-exercise-files/110885/114408-4.html', 'file': '114408.mp4', 'md5': 'ecfc6862da89489161fb9cd5f5a6fac1', - u"info_dict": { + 'info_dict': { 'title': 'Using the exercise files', 'duration': 68 }