From 962caeff0d6654c8ba437db8f9cbf60470ed1253 Mon Sep 17 00:00:00 2001 From: Omar Najjar Date: Sat, 3 Feb 2024 21:56:43 +1100 Subject: [PATCH] x --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index a79fd03..991d4ba 100644 --- a/index.html +++ b/index.html @@ -261,7 +261,7 @@ body { "The Holy Mountain": "https://customer-1sg29b2sx40xqfiq.cloudflarestream.com/331ad3d67b0a56f6a2dae7630b1eec72/watch", "Katyn": "https://customer-1sg29b2sx40xqfiq.cloudflarestream.com/f0f5ac7fa8d3b147cced19d265118bc4/watch", "Blank Check": "https://customer-1sg29b2sx40xqfiq.cloudflarestream.com/075f8e99b0322088bcde884418e5e861/watch", - "Richie Rich": "https://customer-1sg29b2sx40xqfiq.cloudflarestream.com/7cbcf7a43ba2b11dc683365cf2b889a2/watch", + "Ri¢hie Ri¢h": "https://customer-1sg29b2sx40xqfiq.cloudflarestream.com/7cbcf7a43ba2b11dc683365cf2b889a2/watch", // ... add more custom URLs as needed }; @@ -328,7 +328,7 @@ function displayMovies(movies) { function fetchSpecificMovies() { // Add 'Sneakers', 'Barbie', and 'Oppenheimer' to the array - const moviesToFetch = ['Richie Rich', 'Blank Check','El Topo', 'The Holy Mountain','Angel Heart','Katyn','Simon Birch', 'Drop Dead Fred', 'Sneakers', 'Barbie', 'Oppenheimer', 'The Heist Before Christmas']; + const moviesToFetch = ['Ri¢hie Ri¢h', 'Blank Check','El Topo', 'The Holy Mountain','Angel Heart','Katyn','Simon Birch', 'Drop Dead Fred', 'Sneakers', 'Barbie', 'Oppenheimer', 'The Heist Before Christmas']; moviesToFetch.forEach(title => { searchMovie(title); });