mirror of
https://github.com/p-stream/p-stream.git
synced 2026-03-14 23:16:22 +00:00
Update index.js
This commit is contained in:
parent
c9741ab054
commit
f68b27633f
1 changed files with 1 additions and 1 deletions
|
|
@ -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