mirror of
https://github.com/movie-web/movie-web.git
synced 2024-12-29 17:46:05 +00:00
Update index.js
This commit is contained in:
parent
c9741ab054
commit
f68b27633f
|
@ -7,7 +7,7 @@ import gomostream from './scraper/gomostream';
|
|||
async function findContent(searchTerm, type) {
|
||||
const results = { options: []};
|
||||
const content = await Promise.all([
|
||||
theflix.findContent(searchTerm, type),
|
||||
// theflix.findContent(searchTerm, type),
|
||||
gomostream.findContent(searchTerm, type),
|
||||
gdriveplayer.findContent(searchTerm, type),
|
||||
xemovie.findContent(searchTerm, type),
|
||||
|
|
Loading…
Reference in a new issue