mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-15 11:21:11 +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 id = xpath(res, '//*[@id="movie_id"]/@value').first;
|
||||||
final urlEp =
|
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;
|
final resEp = (await client.get(Uri.parse(urlEp))).body;
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
import '../../../../model/source.dart';
|
import '../../../../model/source.dart';
|
||||||
|
|
||||||
Source get gogoanimeSource => _gogoanimeSource;
|
Source get gogoanimeSource => _gogoanimeSource;
|
||||||
const _gogoanimeVersion = "0.0.75";
|
const _gogoanimeVersion = "0.0.8";
|
||||||
const _gogoanimeSourceCodeUrl =
|
const _gogoanimeSourceCodeUrl =
|
||||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/anime/src/en/gogoanime/gogoanime.dart";
|
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/anime/src/en/gogoanime/gogoanime.dart";
|
||||||
Source _gogoanimeSource = Source(
|
Source _gogoanimeSource = Source(
|
||||||
|
|||||||
Reference in New Issue
Block a user