[vice] Remove a redundant print
This commit is contained in:
parent
ac6c358c2a
commit
d9a743d917
1 changed files with 0 additions and 1 deletions
|
@ -31,7 +31,6 @@ class ViceIE(InfoExtractor):
|
|||
r'embedCode=([^&\'"]+)', webpage,
|
||||
'ooyala embed code')
|
||||
ooyala_url = OoyalaIE._url_for_embed_code(embed_code)
|
||||
print(ooyala_url)
|
||||
except ExtractorError:
|
||||
raise ExtractorError('The page doesn\'t contain a video', expected=True)
|
||||
return self.url_result(ooyala_url, ie='Ooyala')
|
||||
|
|
Loading…
Reference in a new issue