This commit is contained in:
kodjomoustapha
2023-12-08 16:04:42 +01:00
parent 0beb2dd78f
commit fe6bf88086
492 changed files with 3988 additions and 2639 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

View File

@@ -0,0 +1,14 @@
import '../../../../../model/source.dart';
Source get jpmangasSource => _jpmangasSource;
Source _jpmangasSource = Source(
name: "Jpmangas",
baseUrl: "https://jpmangas.cc",
lang: "fr",
isNsfw:true,
typeSource: "mmrcms",
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/manga/multisrc/mmrcms/src/jpmangas/icon.png",
dateFormat:"d MMM. yyyy",
dateFormatLocale:"en_us",
);

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

View File

@@ -0,0 +1,14 @@
import '../../../../../model/source.dart';
Source get komikidSource => _komikidSource;
Source _komikidSource = Source(
name: "Komikid",
baseUrl: "https://www.komikid.com",
lang: "id",
isNsfw:true,
typeSource: "mmrcms",
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/manga/multisrc/mmrcms/src/komikid/icon.png",
dateFormat:"d MMM. yyyy",
dateFormatLocale:"en_us",
);

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

View File

@@ -0,0 +1,14 @@
import '../../../../../model/source.dart';
Source get lelscanvfSource => _lelscanvfSource;
Source _lelscanvfSource = Source(
name: "Lelscan-VF",
baseUrl: "https://www.lelscanvf.cc/",
lang: "fr",
isNsfw:true,
typeSource: "mmrcms",
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/manga/multisrc/mmrcms/src/lelscanvf/icon.png",
dateFormat:"d MMM. yyyy",
dateFormatLocale:"en_us",
);

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

View File

@@ -0,0 +1,14 @@
import '../../../../../model/source.dart';
Source get mangafrSource => _mangafrSource;
Source _mangafrSource = Source(
name: "Manga-FR",
baseUrl: "https://manga-fr.me",
lang: "fr",
isNsfw:true,
typeSource: "mmrcms",
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/manga/multisrc/mmrcms/src/mangafr/icon.png",
dateFormat:"d MMM. yyyy",
dateFormatLocale:"en_us",
);

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.5 KiB

View File

@@ -0,0 +1,14 @@
import '../../../../../model/source.dart';
Source get mangaidSource => _mangaidSource;
Source _mangaidSource = Source(
name: "MangaID",
baseUrl: "https://mangaid.click",
lang: "id",
isNsfw:true,
typeSource: "mmrcms",
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/manga/multisrc/mmrcms/src/mangaid/icon.png",
dateFormat:"d MMM. yyyy",
dateFormatLocale:"en_us",
);

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

View File

@@ -0,0 +1,14 @@
import '../../../../../model/source.dart';
Source get onmaSource => _onmaSource;
Source _onmaSource = Source(
name: "مانجا اون لاين",
baseUrl: "https://onma.top",
lang: "ar",
isNsfw:true,
typeSource: "mmrcms",
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/manga/multisrc/mmrcms/src/onma/icon.png",
dateFormat:"d MMM. yyyy",
dateFormatLocale:"en_us",
);

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

View File

@@ -0,0 +1,14 @@
import '../../../../../model/source.dart';
Source get readcomicsonlineSource => _readcomicsonlineSource;
Source _readcomicsonlineSource = Source(
name: "Read Comics Online",
baseUrl: "https://readcomicsonline.ru",
lang: "en",
isNsfw:true,
typeSource: "mmrcms",
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/manga/multisrc/mmrcms/src/readcomicsonline/icon.png",
dateFormat:"d MMM. yyyy",
dateFormatLocale:"en_us",
);

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.4 KiB

View File

@@ -0,0 +1,14 @@
import '../../../../../model/source.dart';
Source get scanvfSource => _scanvfSource;
Source _scanvfSource = Source(
name: "Scan VF",
baseUrl: "https://www.scan-vf.net",
lang: "fr",
isNsfw:true,
typeSource: "mmrcms",
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/manga/multisrc/mmrcms/src/scanvf/icon.png",
dateFormat:"d MMM. yyyy",
dateFormatLocale:"en_us",
);