|
|
|
|
@ -5,7 +5,7 @@ import vidzstore from './scraper/vidzstore';
@@ -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) {
@@ -46,4 +46,4 @@ async function getEpisodes(slug, source) {
|
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
export { findContent, getStreamUrl, getEpisodes } |
|
|
|
|
export { findContent, getStreamUrl, getEpisodes } |
|
|
|
|
|