From a373e24b2cf64559f27725a627eb7b3060dcb33f Mon Sep 17 00:00:00 2001 From: Maria Grimaldi Date: Mon, 6 Mar 2023 13:20:49 -0400 Subject: [PATCH] fix: use supported YouTube API for transcripts imports cherry-pick --- ...20230307_132140_maria.grimaldi_fix_transcripts.md | 12 ++++++++++++ tutor/templates/build/openedx/Dockerfile | 4 ++++ 2 files changed, 16 insertions(+) create mode 100644 changelog.d/20230307_132140_maria.grimaldi_fix_transcripts.md diff --git a/changelog.d/20230307_132140_maria.grimaldi_fix_transcripts.md b/changelog.d/20230307_132140_maria.grimaldi_fix_transcripts.md new file mode 100644 index 0000000..6e0e5f8 --- /dev/null +++ b/changelog.d/20230307_132140_maria.grimaldi_fix_transcripts.md @@ -0,0 +1,12 @@ + + + + +[Bugfix] Use supported YouTube API for transcripts imports (by @mariajgrimaldi) diff --git a/tutor/templates/build/openedx/Dockerfile b/tutor/templates/build/openedx/Dockerfile index b78e6b7..a78863e 100644 --- a/tutor/templates/build/openedx/Dockerfile +++ b/tutor/templates/build/openedx/Dockerfile @@ -50,6 +50,10 @@ RUN git config --global user.email "tutor@overhang.io" \ # Fix broken Circuit Schematic Builder problem template # https://github.com/openedx/edx-platform/pull/31365 RUN curl -fsSL https://github.com/openedx/edx-platform/commit/20b93b8b01276edadddfbbb67f15714fddd81c31.patch | git am + +# Use supported YouTube API for transcripts imports +# https://github.com/openedx/edx-platform/pull/31862 +RUN curl -fsSL https://github.com/openedx/edx-platform/commit/210dd1d7c211e531b9bc4376d1692a0bb0e6b651.patch | git am {%- endif %} {# Example: RUN curl -fsSL https://github.com/openedx/edx-platform/commit/ | git am #}