Merge remote-tracking branch 'Dineshs91/f4m-2.0'
[youtube-dl] / youtube_dl / extractor / scivee.py
index 609a5ec994002ab17fb40f1ec970e53d1e9d3b28..3bf93c870b2bc30c3baf9567a64d06171558f06b 100644 (file)
@@ -17,7 +17,7 @@ class SciVeeIE(InfoExtractor):
             'ext': 'mp4',
             'title': 'Adam Arkin at the 2014 DOE JGI Genomics of Energy & Environment Meeting',
             'description': 'md5:81f1710638e11a481358fab1b11059d7',
-        }
+        },
     }
 
     def _real_extract(self, url):
@@ -53,4 +53,4 @@ class SciVeeIE(InfoExtractor):
             'description': description,
             'thumbnail': 'http://www.scivee.tv/assets/videothumb/%s' % video_id,
             'formats': formats,
-        }
\ No newline at end of file
+        }