aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/lynda.py
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2014-01-07 07:14:12 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2014-01-07 07:14:12 +0100
commitac260dd81e9e1e3409650c70cb2c4a4a12857944 (patch)
tree13029366d6146780c279c4e302e0c5ecb61238db /youtube_dl/extractor/lynda.py
parent48a203467179b93e382a2ca08f4ccd13bc7d486e (diff)
downloadyoutube-dl-ac260dd81e9e1e3409650c70cb2c4a4a12857944.zip
youtube-dl-ac260dd81e9e1e3409650c70cb2c4a4a12857944.tar.gz
youtube-dl-ac260dd81e9e1e3409650c70cb2c4a4a12857944.tar.bz2
[lynda] Remove useless u""
Diffstat (limited to 'youtube_dl/extractor/lynda.py')
-rw-r--r--youtube_dl/extractor/lynda.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/lynda.py b/youtube_dl/extractor/lynda.py
index 844ba4d..eae92b9 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
}