Removed test comment changed search url

This commit is contained in:
MemeCornucopia
2023-11-21 19:36:42 -05:00
parent 36d70fa6fd
commit e962bb410f
3 changed files with 3550 additions and 7 deletions

View File

@@ -9,7 +9,6 @@ async function universalScraper(ctx: ShowContext | MovieContext): Promise<Source
if (!lookmovieData) throw new NotFoundError('Media not found');
ctx.progress(30);
//test
const videoUrl = await scrape(ctx.media, lookmovieData);
if (!videoUrl) throw new NotFoundError('No video found');