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", title: "Override BaseUrl",
summary: summary:
"For temporary uses. Updating the extension will erase this setting.", "For temporary uses. Updating the extension will erase this setting.",
value: "https://gogoanime3.net", value: "https://anitaku.to",
dialogTitle: "Override BaseUrl", dialogTitle: "Override BaseUrl",
dialogMessage: "Default: https://gogoanime3.net", dialogMessage: "Default: https://anitaku.to",
text: "https://gogoanime3.net"), text: "https://anitaku.to"),
ListPreference( ListPreference(
key: "preferred_quality", key: "preferred_quality",
title: "Preferred quality", title: "Preferred quality",

View File

@@ -1,12 +1,12 @@
import '../../../../model/source.dart'; import '../../../../model/source.dart';
Source get gogoanimeSource => _gogoanimeSource; Source get gogoanimeSource => _gogoanimeSource;
const _gogoanimeVersion = "0.0.8"; const _gogoanimeVersion = "0.0.85";
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(
name: "Gogoanime", name: "Gogoanime",
baseUrl: "https://gogoanime3.net", baseUrl: "https://anitaku.to",
lang: "en", lang: "en",
typeSource: "single", typeSource: "single",
iconUrl: iconUrl: