mirror of
https://github.com/movie-web/providers.git
synced 2025-09-13 17:33:26 +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');
|
||||
|
||||
ctx.progress(30);
|
||||
|
||||
//test
|
||||
const videoUrl = await scrape(ctx.media, lookmovieData);
|
||||
if (!videoUrl) throw new NotFoundError('No video found');
|
||||
|
||||
|
Reference in New Issue
Block a user