mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-16 03:40:30 +00:00
+
This commit is contained in:
@@ -5,10 +5,12 @@ import '../../../../../model/source.dart';
|
|||||||
Source _omegascansSource = Source(
|
Source _omegascansSource = Source(
|
||||||
name: "OmegaScans",
|
name: "OmegaScans",
|
||||||
baseUrl: "https://omegascans.org",
|
baseUrl: "https://omegascans.org",
|
||||||
|
apiUrl: "https://api.omegascans.org",
|
||||||
lang: "en",
|
lang: "en",
|
||||||
|
isNsfw: true,
|
||||||
typeSource: "heancms",
|
typeSource: "heancms",
|
||||||
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/manga/multisrc/heancms/src/omegascans/icon.png",
|
iconUrl:
|
||||||
|
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/manga/multisrc/heancms/src/omegascans/icon.png",
|
||||||
dateFormat: "yyyy-MM-dd'T'HH:mm:ss.SSSZZZZZ",
|
dateFormat: "yyyy-MM-dd'T'HH:mm:ss.SSSZZZZZ",
|
||||||
dateFormatLocale: "en",
|
dateFormatLocale: "en",
|
||||||
);
|
);
|
||||||
@@ -5,10 +5,12 @@ import '../../../../../model/source.dart';
|
|||||||
Source _perfscanSource = Source(
|
Source _perfscanSource = Source(
|
||||||
name: "Perf Scan",
|
name: "Perf Scan",
|
||||||
baseUrl: "https://perf-scan.fr",
|
baseUrl: "https://perf-scan.fr",
|
||||||
|
apiUrl: "https://api.perf-scan.fr",
|
||||||
lang: "fr",
|
lang: "fr",
|
||||||
isNsfw: true,
|
isNsfw: true,
|
||||||
typeSource: "heancms",
|
typeSource: "heancms",
|
||||||
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/manga/multisrc/heancms/src/perfscan/icon.png",
|
iconUrl:
|
||||||
|
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/manga/multisrc/heancms/src/perfscan/icon.png",
|
||||||
dateFormat: "yyyy-MM-dd'T'HH:mm:ss.SSSZZZZZ",
|
dateFormat: "yyyy-MM-dd'T'HH:mm:ss.SSSZZZZZ",
|
||||||
dateFormatLocale: "en",
|
dateFormatLocale: "en",
|
||||||
);
|
);
|
||||||
@@ -5,10 +5,11 @@ import '../../../../../model/source.dart';
|
|||||||
Source _yugenmangasSource = Source(
|
Source _yugenmangasSource = Source(
|
||||||
name: "YugenMangas",
|
name: "YugenMangas",
|
||||||
baseUrl: "https://yugenmangas.lat",
|
baseUrl: "https://yugenmangas.lat",
|
||||||
|
apiUrl: "https://api.yugenmangas.net",
|
||||||
lang: "es",
|
lang: "es",
|
||||||
|
|
||||||
typeSource: "heancms",
|
typeSource: "heancms",
|
||||||
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/manga/multisrc/heancms/src/yugenmangas/icon.png",
|
iconUrl:
|
||||||
|
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/manga/multisrc/heancms/src/yugenmangas/icon.png",
|
||||||
dateFormat: "yyyy-MM-dd'T'HH:mm:ss.SSSZZZZZ",
|
dateFormat: "yyyy-MM-dd'T'HH:mm:ss.SSSZZZZZ",
|
||||||
dateFormatLocale: "en",
|
dateFormatLocale: "en",
|
||||||
);
|
);
|
||||||
Reference in New Issue
Block a user