X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=youtube_dl%2Fextractor%2Fscivee.py;h=3bf93c870b2bc30c3baf9567a64d06171558f06b;hb=ef428960c9b3972586977446e82ec3872094cc1e;hp=609a5ec994002ab17fb40f1ec970e53d1e9d3b28;hpb=7c360e3a04f09b912f51034c7778eb2297872e86;p=youtube-dl.git diff --git a/youtube_dl/extractor/scivee.py b/youtube_dl/extractor/scivee.py index 609a5ec99..3bf93c870 100644 --- a/youtube_dl/extractor/scivee.py +++ b/youtube_dl/extractor/scivee.py @@ -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 + }