youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit 88c86d211bd2f542625d3b91ac4b15e62995345d
parent 5d84b79a3002925084690e17669738bf1ea711f7
Author: Sergey M․ <dstftw@gmail.com>
Date:   Mon,  5 Oct 2015 21:54:54 +0600

[tumblr] Add missing fields for vidme test

Diffstat:
Myoutube_dl/extractor/tumblr.py | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/youtube_dl/extractor/tumblr.py b/youtube_dl/extractor/tumblr.py @@ -51,6 +51,9 @@ class TumblrIE(InfoExtractor): 'title': 'naked smoking & stretching', 'upload_date': '20150506', 'timestamp': 1430931613, + 'age_limit': 18, + 'uploader_id': '1638622', + 'uploader': 'naked-yogi', }, 'add_ie': ['Vidme'], }, {