mirror of
https://github.com/sussy-code/smov.git
synced 2025-01-01 16:37:39 +01:00
Update index.js
This commit is contained in:
parent
644be8256a
commit
116a679736
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ import vidzstore from './scraper/vidzstore';
|
||||||
async function findContent(searchTerm, type) {
|
async function findContent(searchTerm, type) {
|
||||||
const results = { options: []};
|
const results = { options: []};
|
||||||
const content = await Promise.all([
|
const content = await Promise.all([
|
||||||
lookmovie.findContent(searchTerm, type),
|
// lookmovie.findContent(searchTerm, type),
|
||||||
theflix.findContent(searchTerm, type),
|
theflix.findContent(searchTerm, type),
|
||||||
vidzstore.findContent(searchTerm, type)
|
vidzstore.findContent(searchTerm, type)
|
||||||
]);
|
]);
|
||||||
|
|
Loading…
Reference in a new issue