Update index.js

This commit is contained in:
James Hawkins 2022-02-13 11:20:43 +00:00 committed by GitHub
parent 97f0ad3f2d
commit 5010314413
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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