commit: cc13cc0251b287ac88883096fcc36a8072e7ab5d
parent 86bd5f2ca9e17bb7f619595e02b28ca4954aeee8
Author: Philipp Hagemeister <phihag@phihag.de>
Date: Wed, 20 Nov 2013 06:25:33 +0100
[teamcoco] Correct error
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/youtube_dl/extractor/teamcoco.py b/youtube_dl/extractor/teamcoco.py
@@ -60,7 +60,7 @@ class TeamcocoIE(InfoExtractor):
return -1
formats.sort(key=sort_key)
if not formats:
- raise RegexNotFoundError(u'Unable to extract video URL')
+ raise ExtractorError(u'Unable to extract video URL')
return {
'id': video_id,