From 90d4129295f6f5a79787170347aa01f2c8a4eec5 Mon Sep 17 00:00:00 2001 From: Schnitzel5 Date: Sat, 28 Mar 2026 20:54:39 +0100 Subject: [PATCH] added required api key via a cloudflare proxy --- lib/services/fetch_subtitles.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/services/fetch_subtitles.dart b/lib/services/fetch_subtitles.dart index 4ee8d7d5..f55bf4d7 100644 --- a/lib/services/fetch_subtitles.dart +++ b/lib/services/fetch_subtitles.dart @@ -47,7 +47,7 @@ Future?> fetchImdbEpisodes(String imdbId) async { Future?> fetchImdbSubtitles(String imdbId) async { final http = MClient.init(reqcopyWith: {'useDartHttpClient': true}); try { - final url = "https://sub.wyzie.ru/search?id=$imdbId"; + final url = "https://wyzie.mangayomi.workers.dev/search?id=$imdbId"; final res = await http.get( Uri.parse(url), headers: {