From 463ab7185c8e5c14f817415e2baff498fd140f78 Mon Sep 17 00:00:00 2001 From: James Hawkins Date: Sun, 13 Feb 2022 09:17:04 +0000 Subject: [PATCH] Update index.js --- src/lib/index.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/lib/index.js b/src/lib/index.js index 55f2ffae..f3c776c8 100644 --- a/src/lib/index.js +++ b/src/lib/index.js @@ -7,11 +7,10 @@ import gdriveplayer from './scraper/gdriveplayer'; async function findContent(searchTerm, type) { const results = { options: []}; const content = await Promise.all([ - // lookmovie.findContent(searchTerm, type), + gdriveplayer.findContent(searchTerm, type), xemovie.findContent(searchTerm, type), theflix.findContent(searchTerm, type), vidzstore.findContent(searchTerm, type), - gdriveplayer.findContent(searchTerm, type), ]); content.forEach((o) => {