From c381ef08e871e5719b8c001836271ec7df06eae1 Mon Sep 17 00:00:00 2001 From: Omar Najjar Date: Mon, 25 Mar 2024 21:02:17 +1100 Subject: [PATCH] x --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index eed1a89..da7872b 100644 --- a/index.html +++ b/index.html @@ -380,7 +380,7 @@ body { "Sound of Freedom": "https://customer-1sg29b2sx40xqfiq.cloudflarestream.com/204299b9250e9104a340e2c2043577af/watch", "Argylle": "https://customer-1sg29b2sx40xqfiq.cloudflarestream.com/4f162e6e9fffb825a512e7de750ac2a5/watch", "Buena Vista Social Club: Adios": "https://customer-1sg29b2sx40xqfiq.cloudflarestream.com/761a9f6f548b7660e7be32ad1925a4e9/watch", - "Buena Vista Social Club": "", + "Buena Vista Social Club": "https://customer-1sg29b2sx40xqfiq.cloudflarestream.com/05fb17f17b8482faa5e7c182eb6b823d/watch", "RED": "https://customer-1sg29b2sx40xqfiq.cloudflarestream.com/bec8eaa681361d70bc061b0b319e2961/watch", // ... add more custom URLs as needed }; @@ -601,7 +601,7 @@ function displayMovies(movies) { function fetchSpecificMovies() { // Add 'Sneakers', 'Barbie', and 'Oppenheimer' to the array - const moviesToFetch = ['RED', 'Buena Vista Social Club: Adios', 'Argylle', 'Sound of Freedom', 'Men Behind the Sun', 'Patch Adams', 'Lord of War', 'The Notorious Mr. Bout', 'Fury', 'American Psycho', 'John Wick Chapter 4', 'The Beekeper', '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']; + const moviesToFetch = ['Buena Vista Social Club', 'RED', 'Buena Vista Social Club: Adios', 'Argylle', 'Sound of Freedom', 'Men Behind the Sun', 'Patch Adams', 'Lord of War', 'The Notorious Mr. Bout', 'Fury', 'American Psycho', 'John Wick Chapter 4', 'The Beekeper', '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); });