mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-14 10:51:17 +00:00
gogoanime: update ajax url
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user