edx-platform
edx-platform copied to clipboard
Update VideoConfigService get_transcript method
Description
This moves edx-platform-specific logic out of the VideoBlock, in preparation for the VideoBlock extraction: https://github.com/openedx/edx-platform/issues/36282
Testing instructions
Testing has been done on the sandbox created within this PR.
- I have created youtube video xblock on studio/content-library
- I have uploaded the english/french transcripts on these video xblocks
- Transcripts feature is working fine on studio/content-library video xblocks
- Transcripts feature is working fine on lms for both course and library added video xblock in the course videos.
Note: Bumper video testing can't be done as not frontend exist for this feature. It seems un-used feature for some time.
Acceptance Criteria:
- Transcripts feature should work for the video xblocks.
- There should be no logic change.