1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-06-02 10:29:28 +00:00

[vice] Remove a redundant print

This commit is contained in:
Yen Chi Hsuan 2015-05-07 18:05:37 +08:00
parent ac6c358c2a
commit d9a743d917

View file

@ -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')