projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
48a2034
)
[lynda] Remove useless u""
author
Philipp Hagemeister
<phihag@phihag.de>
Tue, 7 Jan 2014 06:14:12 +0000
(07:14 +0100)
committer
Philipp Hagemeister
<phihag@phihag.de>
Tue, 7 Jan 2014 06:14:12 +0000
(07:14 +0100)
youtube_dl/extractor/lynda.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/lynda.py
b/youtube_dl/extractor/lynda.py
index 844ba4dcbfd764c2c13010b7b21e07542eee8c12..eae92b955ed941206b85cb6f516137f4425fd25c 100644
(file)
--- 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
}