-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[SE-4475] Add transcripts download and refactor captions download #11
[SE-4475] Add transcripts download and refactor captions download #11
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
- I tested this: verified the download captions and download transcripts work as described in testing instuctions
- I read through the code
Hello @OmarIthawi, |
@gabor-boros let's please wait till #15 is merged. Then please rebase this pull request to run tests on GitHub. |
@gabor-boros please rebase over #15 so we can run tests on GitHub Actions. |
Hello @OmarIthawi, |
The "download transcripts" button already exists, though it actually downloads the captions not transcripts. Hence that button -- and the related code -- is renamed to use the term "captions". Because the original intention was to add a download transcripts button in appsembler#6, this commit adds the originally required button and functionality as well. Besides that, it worth mentioning the transcripts are different in a way compared to captions in a way that it is not bind to any language.
ed1d6a2
to
e9943c5
Compare
@OmarIthawi the PR is rebased now. 🤞 -- no further changes will come for now |
Release #11 in addition to few package upgrades.
Release is available on https://github.com/appsembler/xblock-wistia/releases/tag/0.5 |
@OmarIthawi didn't you miss |
Fixed that. Thanks @gabor-boros! |
The "download transcripts" button already exists, though it actually downloads the captions, not transcripts. Hence that button -- and the related code -- is renamed to use the term "captions". Because the original intention was to add a download transcripts button in #6, this commit adds the originally required button and functionality as well.
Besides that, it worth mentioning the transcripts are different in a way compared to captions in a way that it is not bound to any language.
Dependencies: None
Screenshots:
Only captions:
Only transcripts:
Both transcripts and captions:
Sandbox URL: Sandbox URL
Merge deadline: None
Testing instructions:
--- OR ---
Author notes and concerns:
Wistia using caching for the transcripts, therefore, in case of a transcript is changed or removed, it may take some time to be available/unavailable.
Reviewers