Skip to content

Commit

Permalink
[tumblr] Remove redundant field
Browse files Browse the repository at this point in the history
  • Loading branch information
dstftw committed Oct 5, 2015
1 parent 4853eb6 commit f2a7ed7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion youtube_dl/extractor/tumblr.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ def _real_extract(self, url):

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),
Expand Down

0 comments on commit f2a7ed7

Please sign in to comment.