mirror of
https://github.com/sussy-code/providers.git
synced 2026-04-19 15:42:05 +00:00
change redstar url
This commit is contained in:
parent
1b344cbcc7
commit
57cb82c551
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ import { NotFoundError } from '@/utils/errors';
|
|||
|
||||
const universalScraper = async (ctx: ShowScrapeContext | MovieScrapeContext): Promise<SourcererOutput> => {
|
||||
try {
|
||||
const res = await ctx.fetcher.full(`https://red-star.gobly.ru/scrape/showbox`, {
|
||||
const res = await ctx.fetcher.full(`https://red-star.ningai.workers.dev/scrape/showbox`, {
|
||||
query: {
|
||||
type: ctx.media.type,
|
||||
title: ctx.media.title,
|
||||
|
|
|
|||
Loading…
Reference in a new issue