youtube-dl

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

commit 5d84b79a3002925084690e17669738bf1ea711f7
parent 140ac7396542d92a8ddd53be6c35c7a79db16180
Author: Sergey M․ <dstftw@gmail.com>
Date:   Mon,  5 Oct 2015 21:53:59 +0600

[tumblr] Remove redundant test

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

diff --git a/youtube_dl/extractor/tumblr.py b/youtube_dl/extractor/tumblr.py @@ -31,19 +31,6 @@ class TumblrIE(InfoExtractor): } }, { 'url': 'http://hdvideotest.tumblr.com/post/130323439814/test-description-for-my-hd-video', - 'md5': '99a84522f60972bf064a0b80f87bcbb5', - 'info_dict': { - 'id': '130323439814', - 'ext': 'mp4', - 'title': 'HD Video Testing \u2014 Test description for my HD video', - 'description': 'md5:97cc3ab5fcd27ee4af6356701541319c', - 'thumbnail': 're:http://.*\.jpg', - }, - 'params': { - 'format': 'sd', - }, - }, { - 'url': 'http://hdvideotest.tumblr.com/post/130323439814/test-description-for-my-hd-video', 'md5': '7ae503065ad150122dc3089f8cf1546c', 'info_dict': { 'id': '130323439814',