diff --git a/common/lib/xmodule/xmodule/video_module/video_handlers.py b/common/lib/xmodule/xmodule/video_module/video_handlers.py index 19b17f2dd9..dca0a5d105 100644 --- a/common/lib/xmodule/xmodule/video_module/video_handlers.py +++ b/common/lib/xmodule/xmodule/video_module/video_handlers.py @@ -348,7 +348,7 @@ class VideoStudentViewHandlers(object): lang = request.GET.get('lang', None) try: - content, filename, mimetype = get_transcript(self, lang) + content, filename, mimetype = get_transcript(self, lang, output_format=self.transcript_download_format) except NotFoundError: return Response(status=404)