mirror of
https://github.com/movie-web/providers.git
synced 2025-09-13 15:53:24 +00:00
Added reasoning
This commit is contained in:
@@ -74,7 +74,7 @@ export async function scrapeIds(
|
||||
|
||||
const dataId = $1('#seon').attr('data-id');
|
||||
|
||||
if (!dataId) throw new NotFoundError();
|
||||
if (!dataId) throw new NotFoundError('Not found');
|
||||
|
||||
data = await ctx.fetcher<string>(`/xhrc.php`, {
|
||||
baseUrl,
|
||||
|
Reference in New Issue
Block a user