mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-14 10:51:17 +00:00
update filma24
This commit is contained in:
@@ -10,7 +10,7 @@ class Filma24 extends MProvider {
|
|||||||
Client(source, json.encode({"useDartHttpClient": true}));
|
Client(source, json.encode({"useDartHttpClient": true}));
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get baseUrl => getPreferenceValue(source.id, "pref_domain");
|
String get baseUrl => getPreferenceValue(source.id, "pref_domain_new");
|
||||||
|
|
||||||
@override
|
@override
|
||||||
Future<MPages> getPopular(int page) async {
|
Future<MPages> getPopular(int page) async {
|
||||||
@@ -122,13 +122,13 @@ class Filma24 extends MProvider {
|
|||||||
List<dynamic> getSourcePreferences() {
|
List<dynamic> getSourcePreferences() {
|
||||||
return [
|
return [
|
||||||
EditTextPreference(
|
EditTextPreference(
|
||||||
key: "pref_domain",
|
key: "pref_domain_new",
|
||||||
title: "Domeni i përdorur aktualisht",
|
title: "Domeni i përdorur aktualisht",
|
||||||
summary: "",
|
summary: "",
|
||||||
value: "https://www.filma24.pl",
|
value: "https://www.filma24.band",
|
||||||
dialogTitle: "Domeni i përdorur aktualisht",
|
dialogTitle: "Domeni i përdorur aktualisht",
|
||||||
dialogMessage: "",
|
dialogMessage: "",
|
||||||
text: "https://www.filma24.pl"),
|
text: "https://www.filma24.band"),
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
import '../../../../../model/source.dart';
|
import '../../../../../model/source.dart';
|
||||||
|
|
||||||
Source get filma24 => _filma24;
|
Source get filma24 => _filma24;
|
||||||
const _filma24Version = "0.0.4";
|
const _filma24Version = "0.0.45";
|
||||||
const _filma24CodeUrl =
|
const _filma24CodeUrl =
|
||||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/anime/src/sq/filma24/filma24.dart";
|
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/anime/src/sq/filma24/filma24.dart";
|
||||||
Source _filma24 = Source(
|
Source _filma24 = Source(
|
||||||
|
|||||||
Reference in New Issue
Block a user