Skip to content

Commit 57cb82c

Browse files
committed
change redstar url
1 parent 1b344cb commit 57cb82c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/providers/sources/redstar.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { NotFoundError } from '@/utils/errors';
55

66
const universalScraper = async (ctx: ShowScrapeContext | MovieScrapeContext): Promise<SourcererOutput> => {
77
try {
8-
const res = await ctx.fetcher.full(`https://red-star.gobly.ru/scrape/showbox`, {
8+
const res = await ctx.fetcher.full(`https://red-star.ningai.workers.dev/scrape/showbox`, {
99
query: {
1010
type: ctx.media.type,
1111
title: ctx.media.title,

0 commit comments

Comments
 (0)