Browse Source

[noco] Skip test

master
Sergey M․ 11 years ago
parent
commit
d7e7dedbde
1 changed files with 2 additions and 1 deletions
  1. 3
      youtube_dl/extractor/noco.py

3
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):

Loading…
Cancel
Save