Update index.js

This commit is contained in:
James Hawkins 2022-02-13 09:17:04 +00:00 committed by GitHub
parent fa4d958bab
commit 463ab7185c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -7,11 +7,10 @@ import gdriveplayer from './scraper/gdriveplayer';
async function findContent(searchTerm, type) {
const results = { options: []};
const content = await Promise.all([
// lookmovie.findContent(searchTerm, type),
gdriveplayer.findContent(searchTerm, type),
xemovie.findContent(searchTerm, type),
theflix.findContent(searchTerm, type),
vidzstore.findContent(searchTerm, type),
gdriveplayer.findContent(searchTerm, type),
]);
content.forEach((o) => {