mirror of
https://github.com/movie-web/movie-web.git
synced 2024-11-14 08:25:07 +01:00
Update index.js
This commit is contained in:
parent
fa4d958bab
commit
463ab7185c
@ -7,11 +7,10 @@ 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([
|
||||||
// lookmovie.findContent(searchTerm, type),
|
gdriveplayer.findContent(searchTerm, type),
|
||||||
xemovie.findContent(searchTerm, type),
|
xemovie.findContent(searchTerm, type),
|
||||||
theflix.findContent(searchTerm, type),
|
theflix.findContent(searchTerm, type),
|
||||||
vidzstore.findContent(searchTerm, type),
|
vidzstore.findContent(searchTerm, type),
|
||||||
gdriveplayer.findContent(searchTerm, type),
|
|
||||||
]);
|
]);
|
||||||
|
|
||||||
content.forEach((o) => {
|
content.forEach((o) => {
|
||||||
|
Loading…
Reference in New Issue
Block a user