mirror of
https://github.com/p-stream/providers.git
synced 2026-03-11 17:55:36 +00:00
Add test comment
This commit is contained in:
parent
19f03949f4
commit
36d70fa6fd
1 changed files with 1 additions and 1 deletions
|
|
@ -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');
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue