This commit is contained in:
kodjomoustapha
2023-12-08 16:24:50 +01:00
parent f1e8618b0d
commit a5c4ff8a27
3 changed files with 41 additions and 36 deletions

View File

@@ -1,14 +1,16 @@
import '../../../../../model/source.dart'; import '../../../../../model/source.dart';
Source get omegascansSource => _omegascansSource; Source get omegascansSource => _omegascansSource;
Source _omegascansSource = Source( Source _omegascansSource = Source(
name: "OmegaScans", name: "OmegaScans",
baseUrl: "https://omegascans.org", baseUrl: "https://omegascans.org",
lang: "en", apiUrl: "https://api.omegascans.org",
lang: "en",
typeSource: "heancms", isNsfw: true,
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/manga/multisrc/heancms/src/omegascans/icon.png", typeSource: "heancms",
dateFormat:"yyyy-MM-dd'T'HH:mm:ss.SSSZZZZZ", iconUrl:
dateFormatLocale:"en", "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/manga/multisrc/heancms/src/omegascans/icon.png",
); dateFormat: "yyyy-MM-dd'T'HH:mm:ss.SSSZZZZZ",
dateFormatLocale: "en",
);

View File

@@ -1,14 +1,16 @@
import '../../../../../model/source.dart'; import '../../../../../model/source.dart';
Source get perfscanSource => _perfscanSource; Source get perfscanSource => _perfscanSource;
Source _perfscanSource = Source( Source _perfscanSource = Source(
name: "Perf Scan", name: "Perf Scan",
baseUrl: "https://perf-scan.fr", baseUrl: "https://perf-scan.fr",
lang: "fr", apiUrl: "https://api.perf-scan.fr",
isNsfw: true, lang: "fr",
typeSource: "heancms", isNsfw: true,
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/manga/multisrc/heancms/src/perfscan/icon.png", typeSource: "heancms",
dateFormat:"yyyy-MM-dd'T'HH:mm:ss.SSSZZZZZ", iconUrl:
dateFormatLocale:"en", "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/manga/multisrc/heancms/src/perfscan/icon.png",
); dateFormat: "yyyy-MM-dd'T'HH:mm:ss.SSSZZZZZ",
dateFormatLocale: "en",
);

View File

@@ -1,14 +1,15 @@
import '../../../../../model/source.dart'; import '../../../../../model/source.dart';
Source get yugenmangasSource => _yugenmangasSource; Source get yugenmangasSource => _yugenmangasSource;
Source _yugenmangasSource = Source( Source _yugenmangasSource = Source(
name: "YugenMangas", name: "YugenMangas",
baseUrl: "https://yugenmangas.lat", baseUrl: "https://yugenmangas.lat",
lang: "es", apiUrl: "https://api.yugenmangas.net",
lang: "es",
typeSource: "heancms", typeSource: "heancms",
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/manga/multisrc/heancms/src/yugenmangas/icon.png", iconUrl:
dateFormat:"yyyy-MM-dd'T'HH:mm:ss.SSSZZZZZ", "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/manga/multisrc/heancms/src/yugenmangas/icon.png",
dateFormatLocale:"en", dateFormat: "yyyy-MM-dd'T'HH:mm:ss.SSSZZZZZ",
); dateFormatLocale: "en",
);