diff options
| author | Sergey M․ <dstftw@gmail.com> | 2014-05-13 19:12:17 +0700 | 
|---|---|---|
| committer | Sergey M․ <dstftw@gmail.com> | 2014-05-13 19:12:17 +0700 | 
| commit | d7e7dedbdee80a209da1ed9ed5e5601a5ea469bb (patch) | |
| tree | ffbb1656a1b4408dbc192f43b0fc9f0b5b9d7a90 | |
| parent | d19bb9c0aa2e62446fa93cbb686ec8d50cb0c6b1 (diff) | |
[noco] Skip test
| -rw-r--r-- | youtube_dl/extractor/noco.py | 3 | 
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): | 
