This commit is contained in:
kodjomoustapha
2023-12-20 16:35:01 +01:00
parent 792c7dd9a6
commit 48c1bc618f
280 changed files with 635 additions and 715 deletions

View File

@@ -3,9 +3,9 @@ import '../../../model/source.dart';
import 'src/mangasee/mangasee.dart';
import 'src/mangalife/mangalife.dart';
const nepnepVersion = "0.0.45";
const nepnepVersion = "0.0.5";
const nepnepSourceCodeUrl =
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/manga/multisrc/nepnep/nepnep-v$nepnepVersion.dart";
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/manga/multisrc/nepnep/nepnep.dart";
List<Source> get nepnepSourcesList => _nepnepSourcesList;
List<Source> _nepnepSourcesList = [

View File

@@ -8,7 +8,7 @@ Source _mangalifeSource = Source(
lang: "en",
typeSource: "nepnep",
iconUrl:
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/manga/multisrc/nepnep/src/mangalife/icon.png",
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/manga/multisrc/nepnep/src/mangalife/icon.png",
dateFormat: "yyyy-MM-dd HH:mm:ss",
dateFormatLocale: "en",
);

View File

@@ -8,7 +8,7 @@ Source _mangaseeSource = Source(
lang: "en",
typeSource: "nepnep",
iconUrl:
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/manga/multisrc/nepnep/src/mangasee/icon.png",
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/manga/multisrc/nepnep/src/mangasee/icon.png",
dateFormat: "yyyy-MM-dd HH:mm:ss",
dateFormatLocale: "en",
);