Add test comment

This commit is contained in:
MemeCornucopia
2023-11-21 19:23:19 -05:00
parent 19f03949f4
commit 36d70fa6fd

View File

@@ -9,7 +9,7 @@ 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');