From 116a679736d8bde38466927feb25667e675f23b9 Mon Sep 17 00:00:00 2001 From: James Hawkins Date: Sun, 30 Jan 2022 20:33:12 +0000 Subject: [PATCH] Update index.js --- src/lib/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/index.js b/src/lib/index.js index 75e73d22..d0a346d2 100644 --- a/src/lib/index.js +++ b/src/lib/index.js @@ -5,7 +5,7 @@ import vidzstore from './scraper/vidzstore'; async function findContent(searchTerm, type) { const results = { options: []}; const content = await Promise.all([ - lookmovie.findContent(searchTerm, type), + // lookmovie.findContent(searchTerm, type), theflix.findContent(searchTerm, type), vidzstore.findContent(searchTerm, type) ]); @@ -46,4 +46,4 @@ async function getEpisodes(slug, source) { } } -export { findContent, getStreamUrl, getEpisodes } \ No newline at end of file +export { findContent, getStreamUrl, getEpisodes }