From 1df8235814ccd7eb2607df38bfa661231236c352 Mon Sep 17 00:00:00 2001 From: TPN Date: Sun, 8 Dec 2024 12:17:08 +0000 Subject: [PATCH] Fix rezka --- src/providers/sources/hdrezka/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/providers/sources/hdrezka/index.ts b/src/providers/sources/hdrezka/index.ts index 2628589..f21c7b6 100644 --- a/src/providers/sources/hdrezka/index.ts +++ b/src/providers/sources/hdrezka/index.ts @@ -6,7 +6,7 @@ import { NotFoundError } from '@/utils/errors'; import { MovieData, VideoLinks } from './types'; import { extractTitleAndYear, generateRandomFavs, parseSubtitleLinks, parseVideoLinks } from './utils'; -const rezkaBase = 'https://hdrzk.org'; +const rezkaBase = 'https://hdrezka.ag/'; const baseHeaders = { 'X-Hdrezka-Android-App': '1', 'X-Hdrezka-Android-App-Version': '2.2.0',