thumb_path])
return (thumb_path, self._url(thumb_url))
- def _mp4(self, video):
+ def _mp4(self, video, *args):
if not video.endswith('.mov'):
raise HTTPError(404, "can't translate {} to MPEGv4".format(video))
dirname,filename = _os_path.split(video)
invoke(arg)
return (mp4_path, self._url(mp4_url))
- def _ogv(self, video, stream=None):
+ def _ogv(self, video, *args):
if not video.endswith('.mov'):
LOG.error("can't translate {} to Ogg Video".format(video))
dirname,filename = _os_path.split(video)