youtube-dl

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

commit 1a0648b4a9aa35254b1e9b65cf280e2014e6d317
parent 3c1b4669d0f69b98dc0b34c67a9a841f59cb6ec4
Author: Philipp Hagemeister <phihag@phihag.de>
Date:   Thu, 30 Jan 2014 06:15:46 +0100

[malemotion] Disable test case

I am not going to look for an alternative one, but feel free to suggest one.

Diffstat:
Myoutube_dl/extractor/malemotion.py | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/youtube_dl/extractor/malemotion.py b/youtube_dl/extractor/malemotion.py @@ -16,7 +16,8 @@ class MalemotionIE(InfoExtractor): 'info_dict': { "title": "Bien dur", "age_limit": 18, - } + }, + 'skip': 'This video has been deleted.' } def _real_extract(self, url):