update filma24

This commit is contained in:
Moustapha Kodjo Amadou
2025-01-17 11:38:03 +01:00
parent eb7fef4929
commit ffb977325d
2 changed files with 5 additions and 5 deletions

View File

@@ -10,7 +10,7 @@ class Filma24 extends MProvider {
Client(source, json.encode({"useDartHttpClient": true}));
@override
String get baseUrl => getPreferenceValue(source.id, "pref_domain");
String get baseUrl => getPreferenceValue(source.id, "pref_domain_new");
@override
Future<MPages> getPopular(int page) async {
@@ -122,13 +122,13 @@ class Filma24 extends MProvider {
List<dynamic> getSourcePreferences() {
return [
EditTextPreference(
key: "pref_domain",
key: "pref_domain_new",
title: "Domeni i përdorur aktualisht",
summary: "",
value: "https://www.filma24.pl",
value: "https://www.filma24.band",
dialogTitle: "Domeni i përdorur aktualisht",
dialogMessage: "",
text: "https://www.filma24.pl"),
text: "https://www.filma24.band"),
];
}

View File

@@ -1,7 +1,7 @@
import '../../../../../model/source.dart';
Source get filma24 => _filma24;
const _filma24Version = "0.0.4";
const _filma24Version = "0.0.45";
const _filma24CodeUrl =
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/anime/src/sq/filma24/filma24.dart";
Source _filma24 = Source(