[tumblr] Remove redundant field
authorSergey M․ <dstftw@gmail.com>
Mon, 5 Oct 2015 16:44:36 +0000 (22:44 +0600)
committerSergey M․ <dstftw@gmail.com>
Mon, 5 Oct 2015 16:44:36 +0000 (22:44 +0600)
youtube_dl/extractor/tumblr.py

index cb91d08eb37add71c7ca9a4a85197e632e09a617..4f844706d365950d6e1d04e237a5c20df7a1cafc 100644 (file)
@@ -124,7 +124,6 @@ class TumblrIE(InfoExtractor):
 
         return {
             'id': video_id,
-            'ext': 'mp4',
             'title': video_title,
             'description': self._og_search_description(webpage, default=None),
             'thumbnail': self._og_search_thumbnail(webpage, default=None),