[teamcoco] Correct error

This commit is contained in:
Philipp Hagemeister 2013-11-20 06:25:33 +01:00 committed by Rogério Brito
parent da0d8fdd52
commit 6b9d86b03d

View File

@ -60,7 +60,7 @@ class TeamcocoIE(InfoExtractor):
return -1 return -1
formats.sort(key=sort_key) formats.sort(key=sort_key)
if not formats: if not formats:
raise RegexNotFoundError(u'Unable to extract video URL') raise ExtractorError(u'Unable to extract video URL')
return { return {
'id': video_id, 'id': video_id,