[youku] check for the correct variable
This commit is contained in:
parent
323f82a7e0
commit
35e22b6b32
1 changed files with 1 additions and 1 deletions
|
@ -221,7 +221,7 @@ class YoukuIE(InfoExtractor):
|
||||||
'Youku said: Sorry, this video is available in China only', expected=True)
|
'Youku said: Sorry, this video is available in China only', expected=True)
|
||||||
else:
|
else:
|
||||||
msg = 'Youku server reported error %i' % error.get('code')
|
msg = 'Youku server reported error %i' % error.get('code')
|
||||||
if error is not None:
|
if error_note is not None:
|
||||||
msg += ': ' + error_note
|
msg += ': ' + error_note
|
||||||
raise ExtractorError(msg)
|
raise ExtractorError(msg)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue