diff --git a/src/lib/index.js b/src/lib/index.js index 286cde8a..e7bae56c 100644 --- a/src/lib/index.js +++ b/src/lib/index.js @@ -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),