mirror of
https://github.com/arcodange-org/mediabunny.git
synced 2026-09-27 02:43:48 +02:00
Sorry Jonny <3
This commit is contained in:
@@ -153,7 +153,7 @@ loadUrlButton.addEventListener('click', () => {
|
|||||||
const url = prompt(
|
const url = prompt(
|
||||||
'Please enter a URL of a media file. Note that it must be HTTPS and support cross-origin requests, so have the'
|
'Please enter a URL of a media file. Note that it must be HTTPS and support cross-origin requests, so have the'
|
||||||
+ ' right CORS headers set.',
|
+ ' right CORS headers set.',
|
||||||
'https://remotion.media/BigBuckBunny.mp4',
|
'https://mediabunny.dev/big-buck-bunny.mp4',
|
||||||
);
|
);
|
||||||
if (!url) {
|
if (!url) {
|
||||||
return;
|
return;
|
||||||
|
|||||||
@@ -248,7 +248,7 @@ loadSampleButton.addEventListener('click', () => {
|
|||||||
const url = prompt(
|
const url = prompt(
|
||||||
'Please enter a URL of a media file. Note that it must be HTTPS and support cross-origin requests, so have the'
|
'Please enter a URL of a media file. Note that it must be HTTPS and support cross-origin requests, so have the'
|
||||||
+ ' right CORS headers set.',
|
+ ' right CORS headers set.',
|
||||||
'https://remotion.media/BigBuckBunny.mp4',
|
'https://mediabunny.dev/big-buck-bunny.mp4',
|
||||||
);
|
);
|
||||||
if (!url) {
|
if (!url) {
|
||||||
return;
|
return;
|
||||||
|
|||||||
@@ -749,7 +749,7 @@ loadUrlButton.addEventListener('click', () => {
|
|||||||
const url = prompt(
|
const url = prompt(
|
||||||
'Please enter a URL of a media file. Note that it must be HTTPS and support cross-origin requests, so have the'
|
'Please enter a URL of a media file. Note that it must be HTTPS and support cross-origin requests, so have the'
|
||||||
+ ' right CORS headers set.',
|
+ ' right CORS headers set.',
|
||||||
'https://remotion.media/BigBuckBunny.mp4',
|
'https://mediabunny.dev/big-buck-bunny.mp4',
|
||||||
);
|
);
|
||||||
if (!url) {
|
if (!url) {
|
||||||
return;
|
return;
|
||||||
|
|||||||
@@ -238,7 +238,7 @@ loadUrlButton.addEventListener('click', () => {
|
|||||||
const url = prompt(
|
const url = prompt(
|
||||||
'Please enter a URL of a media file. Note that it must be HTTPS and support cross-origin requests, so have the'
|
'Please enter a URL of a media file. Note that it must be HTTPS and support cross-origin requests, so have the'
|
||||||
+ ' right CORS headers set.',
|
+ ' right CORS headers set.',
|
||||||
'https://remotion.media/BigBuckBunny.mp4',
|
'https://mediabunny.dev/big-buck-bunny.mp4',
|
||||||
);
|
);
|
||||||
if (!url) {
|
if (!url) {
|
||||||
return;
|
return;
|
||||||
|
|||||||
@@ -139,7 +139,7 @@ loadUrlButton.addEventListener('click', () => {
|
|||||||
const url = prompt(
|
const url = prompt(
|
||||||
'Please enter a URL of a media file. Note that it must be HTTPS and support cross-origin requests, so have the'
|
'Please enter a URL of a media file. Note that it must be HTTPS and support cross-origin requests, so have the'
|
||||||
+ ' right CORS headers set.',
|
+ ' right CORS headers set.',
|
||||||
'https://remotion.media/BigBuckBunny.mp4',
|
'https://mediabunny.dev/big-buck-bunny.mp4',
|
||||||
);
|
);
|
||||||
if (!url) {
|
if (!url) {
|
||||||
return;
|
return;
|
||||||
|
|||||||
Reference in New Issue
Block a user