From d7e7dedbdee80a209da1ed9ed5e5601a5ea469bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Tue, 13 May 2014 19:12:17 +0700 Subject: [PATCH] [noco] Skip test --- youtube_dl/extractor/noco.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/youtube_dl/extractor/noco.py b/youtube_dl/extractor/noco.py index ec011eb49..d451cd1bf 100644 --- a/youtube_dl/extractor/noco.py +++ b/youtube_dl/extractor/noco.py @@ -26,7 +26,8 @@ class NocoIE(InfoExtractor): 'uploader': 'Nolife', 'uploader_id': 'NOL', 'duration': 2851.2, - } + }, + 'skip': 'Requires noco account', } def _real_extract(self, url):