fix gogoanime: change baseUrl

This commit is contained in:
kodjomoustapha
2024-03-15 16:55:51 +01:00
parent 99136d1045
commit abdc9cab62
2 changed files with 5 additions and 5 deletions

View File

@@ -1036,10 +1036,10 @@ class GogoAnime extends MProvider {
title: "Override BaseUrl",
summary:
"For temporary uses. Updating the extension will erase this setting.",
value: "https://gogoanime3.net",
value: "https://anitaku.to",
dialogTitle: "Override BaseUrl",
dialogMessage: "Default: https://gogoanime3.net",
text: "https://gogoanime3.net"),
dialogMessage: "Default: https://anitaku.to",
text: "https://anitaku.to"),
ListPreference(
key: "preferred_quality",
title: "Preferred quality",

View File

@@ -1,12 +1,12 @@
import '../../../../model/source.dart';
Source get gogoanimeSource => _gogoanimeSource;
const _gogoanimeVersion = "0.0.8";
const _gogoanimeVersion = "0.0.85";
const _gogoanimeSourceCodeUrl =
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/anime/src/en/gogoanime/gogoanime.dart";
Source _gogoanimeSource = Source(
name: "Gogoanime",
baseUrl: "https://gogoanime3.net",
baseUrl: "https://anitaku.to",
lang: "en",
typeSource: "single",
iconUrl: