x
This commit is contained in:
parent
052be85aff
commit
1bfd1eb2d4
1 changed files with 2 additions and 1 deletions
|
|
@ -368,6 +368,7 @@ body {
|
|||
"American Psycho": "https://customer-1sg29b2sx40xqfiq.cloudflarestream.com/0bfbb7ec044b0c0a31a1295b375381fe/watch",
|
||||
"The Beekeper": "https://customer-1sg29b2sx40xqfiq.cloudflarestream.com/26655c062a4a5a6a30af30eb995bcf35/watch",
|
||||
"Patch Adams": "https://customer-1sg29b2sx40xqfiq.cloudflarestream.com/8f7e07357746722f23e667d7d901e295/watch",
|
||||
"Men Behind the Sun": "https://customer-1sg29b2sx40xqfiq.cloudflarestream.com/b1f6df790c958d2769b1778366ca4d32/watch",
|
||||
// ... add more custom URLs as needed
|
||||
};
|
||||
|
||||
|
|
@ -531,7 +532,7 @@ function displayMovies(movies) {
|
|||
|
||||
function fetchSpecificMovies() {
|
||||
// Add 'Sneakers', 'Barbie', and 'Oppenheimer' to the array
|
||||
const moviesToFetch = ['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 = ['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);
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue