|
|
@ -31,7 +31,8 @@ class VodlockerIE(InfoExtractor):
|
|
|
|
if any(p in webpage for p in (
|
|
|
|
if any(p in webpage for p in (
|
|
|
|
'>THIS FILE WAS DELETED<',
|
|
|
|
'>THIS FILE WAS DELETED<',
|
|
|
|
'>File Not Found<',
|
|
|
|
'>File Not Found<',
|
|
|
|
'The file you were looking for could not be found, sorry for any inconvenience.<')):
|
|
|
|
'The file you were looking for could not be found, sorry for any inconvenience.<',
|
|
|
|
|
|
|
|
'>The file was removed')):
|
|
|
|
raise ExtractorError('Video %s does not exist' % video_id, expected=True)
|
|
|
|
raise ExtractorError('Video %s does not exist' % video_id, expected=True)
|
|
|
|
|
|
|
|
|
|
|
|
fields = self._hidden_inputs(webpage)
|
|
|
|
fields = self._hidden_inputs(webpage)
|
|
|
|