diff --git a/other/nostalgia/old movies and videos/karius/index.html b/other/nostalgia/old movies and videos/karius/index.html index e50e2c8..d15c508 100644 --- a/other/nostalgia/old movies and videos/karius/index.html +++ b/other/nostalgia/old movies and videos/karius/index.html @@ -18,6 +18,7 @@
+ diff --git a/other/nostalgia/old movies and videos/karius/index.js b/other/nostalgia/old movies and videos/karius/index.js index 4148407..8752b83 100644 --- a/other/nostalgia/old movies and videos/karius/index.js +++ b/other/nostalgia/old movies and videos/karius/index.js @@ -5,6 +5,11 @@ var sources = [ 'mp4': 'https://data.boof.eu.org/Karius og Baktus h264.mp4', 'webm':'https://data.boof.eu.org/Karius og Baktus.webm', 'ogg':'https://data.boof.eu.org/Karius og Baktus.ogv' + }, + { + 'mp4': 'https://archive.org/download/karius-og-baktus/Karius%20og%20Baktus.mp4', + 'webm':'https://archive.org/download/karius-og-baktus/Karius%20og%20Baktus.webm', + 'ogg':'https://archive.org/download/karius-og-baktus/Karius%20og%20Baktus.ogv' } ]; @@ -25,6 +30,10 @@ document.getElementById('cdn').addEventListener('click', function() { switchVideo(0); }, false); -document.getElementById('catbox').addEventListener('click', function() { +document.getElementById('archive').addEventListener('click', function() { switchVideo(1); +}, false); + +document.getElementById('catbox').addEventListener('click', function() { + switchVideo(2); }, false); \ No newline at end of file