mirror of
https://github.com/movie-web/movie-web.git
synced 2024-11-11 01:25:05 +01:00
Update index.js
This commit is contained in:
parent
644be8256a
commit
116a679736
@ -5,7 +5,7 @@ import vidzstore from './scraper/vidzstore';
|
||||
async function findContent(searchTerm, type) {
|
||||
const results = { options: []};
|
||||
const content = await Promise.all([
|
||||
lookmovie.findContent(searchTerm, type),
|
||||
// lookmovie.findContent(searchTerm, type),
|
||||
theflix.findContent(searchTerm, type),
|
||||
vidzstore.findContent(searchTerm, type)
|
||||
]);
|
||||
@ -46,4 +46,4 @@ async function getEpisodes(slug, source) {
|
||||
}
|
||||
}
|
||||
|
||||
export { findContent, getStreamUrl, getEpisodes }
|
||||
export { findContent, getStreamUrl, getEpisodes }
|
||||
|
Loading…
Reference in New Issue
Block a user