mirror of
https://github.com/movie-web/movie-web.git
synced 2025-01-01 12:46:13 +00:00
Update index.js
This commit is contained in:
parent
97f0ad3f2d
commit
5010314413
|
@ -7,9 +7,9 @@ import gdriveplayer from './scraper/gdriveplayer';
|
||||||
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([
|
||||||
|
theflix.findContent(searchTerm, type),
|
||||||
gdriveplayer.findContent(searchTerm, type),
|
gdriveplayer.findContent(searchTerm, type),
|
||||||
xemovie.findContent(searchTerm, type),
|
xemovie.findContent(searchTerm, type),
|
||||||
theflix.findContent(searchTerm, type),
|
|
||||||
vidzstore.findContent(searchTerm, type),
|
vidzstore.findContent(searchTerm, type),
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue