Browse Source

[vice] Remove a redundant print

totalwebcasting
Yen Chi Hsuan 10 years ago
parent
commit
d9a743d917
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      youtube_dl/extractor/vice.py

+ 0
- 1
youtube_dl/extractor/vice.py 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')

Loading…
Cancel
Save