gogoanime: update ajax url

This commit is contained in:
kodjomoustapha
2024-03-04 13:36:50 +01:00
parent 21a076e905
commit 1eaacd9999
2 changed files with 2 additions and 2 deletions

View File

@@ -188,7 +188,7 @@ class GogoAnime extends MProvider {
final id = xpath(res, '//*[@id="movie_id"]/@value').first;
final urlEp =
"https://ajax.gogo-load.com/ajax/load-list-episode?ep_start=0&ep_end=4000&id=$id";
"https://ajax.gogocdn.net/ajax/load-list-episode?ep_start=0&ep_end=4000&id=$id";
final resEp = (await client.get(Uri.parse(urlEp))).body;

View File

@@ -1,7 +1,7 @@
import '../../../../model/source.dart';
Source get gogoanimeSource => _gogoanimeSource;
const _gogoanimeVersion = "0.0.75";
const _gogoanimeVersion = "0.0.8";
const _gogoanimeSourceCodeUrl =
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/anime/src/en/gogoanime/gogoanime.dart";
Source _gogoanimeSource = Source(