change redstar url

This commit is contained in:
Cooper 2024-08-13 00:00:19 +00:00
parent 1b344cbcc7
commit 57cb82c551

View file

@ -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,