[lynda] Remove useless u""
authorPhilipp Hagemeister <phihag@phihag.de>
Tue, 7 Jan 2014 06:14:12 +0000 (07:14 +0100)
committerPhilipp Hagemeister <phihag@phihag.de>
Tue, 7 Jan 2014 06:14:12 +0000 (07:14 +0100)
youtube_dl/extractor/lynda.py

index 844ba4dcbfd764c2c13010b7b21e07542eee8c12..eae92b955ed941206b85cb6f516137f4425fd25c 100644 (file)
@@ -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
         }