mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-01-07 17:16:08 +00:00
[noco] Skip test
This commit is contained in:
parent
d19bb9c0aa
commit
d7e7dedbde
|
@ -26,7 +26,8 @@ class NocoIE(InfoExtractor):
|
||||||
'uploader': 'Nolife',
|
'uploader': 'Nolife',
|
||||||
'uploader_id': 'NOL',
|
'uploader_id': 'NOL',
|
||||||
'duration': 2851.2,
|
'duration': 2851.2,
|
||||||
}
|
},
|
||||||
|
'skip': 'Requires noco account',
|
||||||
}
|
}
|
||||||
|
|
||||||
def _real_extract(self, url):
|
def _real_extract(self, url):
|
||||||
|
|
Loading…
Reference in a new issue