mirror of
https://github.com/movie-web/providers.git
synced 2025-09-13 13:03:25 +00:00
Add test comment
This commit is contained in:
@@ -9,7 +9,7 @@ async function universalScraper(ctx: ShowContext | MovieContext): Promise<Source
|
|||||||
if (!lookmovieData) throw new NotFoundError('Media not found');
|
if (!lookmovieData) throw new NotFoundError('Media not found');
|
||||||
|
|
||||||
ctx.progress(30);
|
ctx.progress(30);
|
||||||
|
//test
|
||||||
const videoUrl = await scrape(ctx.media, lookmovieData);
|
const videoUrl = await scrape(ctx.media, lookmovieData);
|
||||||
if (!videoUrl) throw new NotFoundError('No video found');
|
if (!videoUrl) throw new NotFoundError('No video found');
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user