Browse Source

Update index.js

pull/71/head
James Hawkins 3 years ago committed by GitHub
parent
commit
f68b27633f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/lib/index.js

2
src/lib/index.js

@ -7,7 +7,7 @@ import gomostream from './scraper/gomostream';
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), // theflix.findContent(searchTerm, type),
gomostream.findContent(searchTerm, type), gomostream.findContent(searchTerm, type),
gdriveplayer.findContent(searchTerm, type), gdriveplayer.findContent(searchTerm, type),
xemovie.findContent(searchTerm, type), xemovie.findContent(searchTerm, type),

Loading…
Cancel
Save