From f68b27633f67a1d340fbd770f0737e9bb7399bcc Mon Sep 17 00:00:00 2001 From: James Hawkins Date: Sat, 16 Apr 2022 20:39:57 +0100 Subject: [PATCH] Update index.js --- src/lib/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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),