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