diff --git a/src/lib/index.js b/src/lib/index.js index f3c776c8..07e225af 100644 --- a/src/lib/index.js +++ b/src/lib/index.js @@ -7,9 +7,9 @@ import gdriveplayer from './scraper/gdriveplayer'; async function findContent(searchTerm, type) { const results = { options: []}; const content = await Promise.all([ + theflix.findContent(searchTerm, type), gdriveplayer.findContent(searchTerm, type), xemovie.findContent(searchTerm, type), - theflix.findContent(searchTerm, type), vidzstore.findContent(searchTerm, type), ]);