Update and refactor

This commit is contained in:
Moustapha Kodjo Amadou
2025-05-10 11:47:34 +01:00
parent cdb7421165
commit 1facf4bb1f
65 changed files with 106 additions and 91 deletions

View File

@@ -6,7 +6,7 @@ class DopeFlix extends MProvider {
MSource source;
final Client client = Client(source);
final Client client = Client();
@override
String get baseUrl => getPreferenceValue(source.id, "preferred_domain");

View File

@@ -2,7 +2,7 @@ import '../../../../model/source.dart';
import 'src/dopebox/dopebox.dart';
import 'src/sflix/sflix.dart';
const _dopeflixVersion = "0.0.55";
const _dopeflixVersion = "0.0.6";
const _dopeflixSourceCodeUrl =
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/anime/multisrc/dopeflix/dopeflix.dart";