[lynda] Remove useless u""
This commit is contained in:
parent
48a2034671
commit
ac260dd81e
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ class LyndaIE(SubtitlesInfoExtractor):
|
||||||
'url': 'http://www.lynda.com/Bootstrap-tutorials/Using-exercise-files/110885/114408-4.html',
|
'url': 'http://www.lynda.com/Bootstrap-tutorials/Using-exercise-files/110885/114408-4.html',
|
||||||
'file': '114408.mp4',
|
'file': '114408.mp4',
|
||||||
'md5': 'ecfc6862da89489161fb9cd5f5a6fac1',
|
'md5': 'ecfc6862da89489161fb9cd5f5a6fac1',
|
||||||
u"info_dict": {
|
'info_dict': {
|
||||||
'title': 'Using the exercise files',
|
'title': 'Using the exercise files',
|
||||||
'duration': 68
|
'duration': 68
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue