mirror of
https://github.com/kodjodevf/mangayomi.git
synced 2026-05-23 07:32:18 +00:00
added required api key via a cloudflare proxy
This commit is contained in:
parent
6377eb6d87
commit
90d4129295
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ Future<List<ImdbEpisode>?> fetchImdbEpisodes(String imdbId) async {
|
|||
Future<List<ImdbSubtitle>?> 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: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue