mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-14 02:41:39 +00:00
Update UHD Movies baseUrl
This commit is contained in:
@@ -1,12 +1,12 @@
|
|||||||
import '../../../../../model/source.dart';
|
import '../../../../../model/source.dart';
|
||||||
|
|
||||||
Source get uhdmoviesSource => _uhdmoviesSource;
|
Source get uhdmoviesSource => _uhdmoviesSource;
|
||||||
const _uhdmoviesVersion = "0.0.35";
|
const _uhdmoviesVersion = "0.0.4";
|
||||||
const _uhdmoviesSourceCodeUrl =
|
const _uhdmoviesSourceCodeUrl =
|
||||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/anime/src/en/uhdmovies/uhdmovies.dart";
|
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/anime/src/en/uhdmovies/uhdmovies.dart";
|
||||||
Source _uhdmoviesSource = Source(
|
Source _uhdmoviesSource = Source(
|
||||||
name: "UHD Movies",
|
name: "UHD Movies",
|
||||||
baseUrl: "https://uhdmovies.zip",
|
baseUrl: "https://uhdmovies.fans",
|
||||||
lang: "en",
|
lang: "en",
|
||||||
typeSource: "single",
|
typeSource: "single",
|
||||||
iconUrl:
|
iconUrl:
|
||||||
|
|||||||
@@ -126,13 +126,13 @@ class UHDMovies extends MProvider {
|
|||||||
List<dynamic> getSourcePreferences() {
|
List<dynamic> getSourcePreferences() {
|
||||||
return [
|
return [
|
||||||
EditTextPreference(
|
EditTextPreference(
|
||||||
key: "pref_domain",
|
key: "pref_domain_new",
|
||||||
title: "Currently used domain",
|
title: "Currently used domain",
|
||||||
summary: "",
|
summary: "",
|
||||||
value: "https://uhdmovies.zip",
|
value: "https://uhdmovies.fans",
|
||||||
dialogTitle: "Currently used domain",
|
dialogTitle: "Currently used domain",
|
||||||
dialogMessage: "",
|
dialogMessage: "",
|
||||||
text: "https://uhdmovies.zip"),
|
text: "https://uhdmovies.fans"),
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user