youtube-dl

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

commit d7e7dedbdee80a209da1ed9ed5e5601a5ea469bb
parent d19bb9c0aa2e62446fa93cbb686ec8d50cb0c6b1
Author: Sergey M․ <dstftw@gmail.com>
Date:   Tue, 13 May 2014 19:12:17 +0700

[noco] Skip test

Diffstat:
Myoutube_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 @@ -26,7 +26,8 @@ class NocoIE(InfoExtractor): 'uploader': 'Nolife', 'uploader_id': 'NOL', 'duration': 2851.2, - } + }, + 'skip': 'Requires noco account', } def _real_extract(self, url):