mirror of
https://github.com/sussy-code/providers.git
synced 2026-05-13 13:20:37 +00:00
Added reasoning
This commit is contained in:
parent
63bbd8b858
commit
53f4d6699a
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue