We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b344cb commit 57cb82cCopy full SHA for 57cb82c
src/providers/sources/redstar.ts
@@ -5,7 +5,7 @@ import { NotFoundError } from '@/utils/errors';
5
6
const universalScraper = async (ctx: ShowScrapeContext | MovieScrapeContext): Promise<SourcererOutput> => {
7
try {
8
- 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`, {
9
query: {
10
type: ctx.media.type,
11
title: ctx.media.title,
0 commit comments