Browse Source

[noco] Skip test

totalwebcasting
Sergey M․ 10 years ago
parent
commit
d7e7dedbde
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      youtube_dl/extractor/noco.py

+ 2
- 1
youtube_dl/extractor/noco.py View File

@ -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