summary refs log tree commit diff
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2015-10-05 22:44:36 +0600
committerSergey M․ <dstftw@gmail.com>2015-10-05 22:44:36 +0600
commitf2a7ed77ef76b8d564326f564afc880473fba7ea (patch)
treea7e61c79e48ae41796dacc042a22d33e64bdd094
parent4853eb63fec766c7154e9353e91e531a3f3b1d1e (diff)
downloadyoutube-dl-f2a7ed77ef76b8d564326f564afc880473fba7ea.tar.gz
youtube-dl-f2a7ed77ef76b8d564326f564afc880473fba7ea.tar.xz
youtube-dl-f2a7ed77ef76b8d564326f564afc880473fba7ea.zip
[tumblr] Remove redundant field
-rw-r--r--youtube_dl/extractor/tumblr.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/youtube_dl/extractor/tumblr.py b/youtube_dl/extractor/tumblr.py
index cb91d08eb..4f844706d 100644
--- a/youtube_dl/extractor/tumblr.py
+++ b/youtube_dl/extractor/tumblr.py
@@ -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),