diff --git a/README.md b/README.md index d36a3064..db2a258d 100644 --- a/README.md +++ b/README.md @@ -36,4 +36,4 @@ createDownloader({ ## Large video handling -A large video has been replaced into a much smaller trailer for faster download of the package, get it back from [the original link](https://archive.org/download/BigBuckBunny_124/Content/big_buck_bunny_720p_surround.mp4) or [here](https://github.com/website-local/assets/releases/download/mdn-local/big_buck_bunny_720p_surround.mp4); +A large video has been replaced into a much smaller alternative for faster download of the package, get it back from [the original link](https://archive.org/download/BigBuckBunny_124/Content/big_buck_bunny_720p_surround.mp4) or [here](https://github.com/website-local/assets/releases/download/mdn-local/big_buck_bunny_720p_surround.mp4); diff --git a/src/mdn/process-url/redirect-download-link.ts b/src/mdn/process-url/redirect-download-link.ts index 926f96de..a5c4d1da 100644 --- a/src/mdn/process-url/redirect-download-link.ts +++ b/src/mdn/process-url/redirect-download-link.ts @@ -5,8 +5,8 @@ import {externalHosts} from './consts'; const replacements = [ // https://github.com/website-local/mdn-local/issues/938 'https://archive.org/download/BigBuckBunny_124/Content/big_buck_bunny_720p_surround.mp4', - // A much smaller file from http://download.blender.org/peach/trailer/trailer_iphone.m4v - 'https://github.com/website-local/assets/releases/download/mdn-local/trailer_iphone.mp4', + // A much smaller file + 'https://mdn.github.io/dom-examples/picture-in-picture/assets/bigbuckbunny.mp4', ]; export const redirectDownloadLink = (res: Resource): Resource => {