summary refs log tree commit diff
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2014-05-13 19:12:17 +0700
committerSergey M․ <dstftw@gmail.com>2014-05-13 19:12:17 +0700
commitd7e7dedbdee80a209da1ed9ed5e5601a5ea469bb (patch)
treeffbb1656a1b4408dbc192f43b0fc9f0b5b9d7a90
parentd19bb9c0aa2e62446fa93cbb686ec8d50cb0c6b1 (diff)
downloadyoutube-dl-d7e7dedbdee80a209da1ed9ed5e5601a5ea469bb.tar.gz
youtube-dl-d7e7dedbdee80a209da1ed9ed5e5601a5ea469bb.tar.xz
youtube-dl-d7e7dedbdee80a209da1ed9ed5e5601a5ea469bb.zip
[noco] Skip test
-rw-r--r--youtube_dl/extractor/noco.py3
1 files changed, 2 insertions, 1 deletions
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):