mirror of
https://source.netsyms.com/Mirrors/youtube-dl
synced 2024-11-03 03:40:20 +00:00
[noco] Add test for multi languages video
This commit is contained in:
parent
7212560f4d
commit
ff9d68e7be
@ -25,7 +25,8 @@ class NocoIE(InfoExtractor):
|
|||||||
_SUB_LANG_TEMPLATE = '&sub_lang=%s'
|
_SUB_LANG_TEMPLATE = '&sub_lang=%s'
|
||||||
_NETRC_MACHINE = 'noco'
|
_NETRC_MACHINE = 'noco'
|
||||||
|
|
||||||
_TEST = {
|
_TESTS = [
|
||||||
|
{
|
||||||
'url': 'http://noco.tv/emission/11538/nolife/ami-ami-idol-hello-france/',
|
'url': 'http://noco.tv/emission/11538/nolife/ami-ami-idol-hello-france/',
|
||||||
'md5': '0a993f0058ddbcd902630b2047ef710e',
|
'md5': '0a993f0058ddbcd902630b2047ef710e',
|
||||||
'info_dict': {
|
'info_dict': {
|
||||||
@ -39,7 +40,23 @@ class NocoIE(InfoExtractor):
|
|||||||
'duration': 2851.2,
|
'duration': 2851.2,
|
||||||
},
|
},
|
||||||
'skip': 'Requires noco account',
|
'skip': 'Requires noco account',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
'url': 'http://noco.tv/emission/12610/lbl42/the-guild/s01e01-wake-up-call',
|
||||||
|
'md5': 'c190f1f48e313c55838f1f412225934d',
|
||||||
|
'info_dict': {
|
||||||
|
'id': '12610',
|
||||||
|
'ext': 'mp4',
|
||||||
|
'title': 'The Guild #1 - Wake-Up Call',
|
||||||
|
'description': '',
|
||||||
|
'upload_date': '20140627',
|
||||||
|
'uploader': 'LBL42',
|
||||||
|
'uploader_id': 'LBL',
|
||||||
|
'duration': 233.023,
|
||||||
|
},
|
||||||
|
'skip': 'Requires noco account',
|
||||||
}
|
}
|
||||||
|
]
|
||||||
|
|
||||||
def _real_initialize(self):
|
def _real_initialize(self):
|
||||||
self._login()
|
self._login()
|
||||||
|
Loading…
Reference in New Issue
Block a user