diff --git a/manga/multisrc/heancms/src/omegascans/omegascans.dart b/manga/multisrc/heancms/src/omegascans/omegascans.dart index ea705605..c80879d9 100644 --- a/manga/multisrc/heancms/src/omegascans/omegascans.dart +++ b/manga/multisrc/heancms/src/omegascans/omegascans.dart @@ -1,14 +1,16 @@ import '../../../../../model/source.dart'; - Source get omegascansSource => _omegascansSource; - - Source _omegascansSource = Source( - name: "OmegaScans", - baseUrl: "https://omegascans.org", - lang: "en", - - typeSource: "heancms", - 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", - dateFormatLocale:"en", - ); \ No newline at end of file +Source get omegascansSource => _omegascansSource; + +Source _omegascansSource = Source( + name: "OmegaScans", + baseUrl: "https://omegascans.org", + apiUrl: "https://api.omegascans.org", + lang: "en", + isNsfw: true, + typeSource: "heancms", + 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", + dateFormatLocale: "en", +); diff --git a/manga/multisrc/heancms/src/perfscan/perfscan.dart b/manga/multisrc/heancms/src/perfscan/perfscan.dart index dfaf9886..7381ebc4 100644 --- a/manga/multisrc/heancms/src/perfscan/perfscan.dart +++ b/manga/multisrc/heancms/src/perfscan/perfscan.dart @@ -1,14 +1,16 @@ import '../../../../../model/source.dart'; - Source get perfscanSource => _perfscanSource; - - Source _perfscanSource = Source( - name: "Perf Scan", - baseUrl: "https://perf-scan.fr", - lang: "fr", - isNsfw: true, - typeSource: "heancms", - 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", - dateFormatLocale:"en", - ); \ No newline at end of file +Source get perfscanSource => _perfscanSource; + +Source _perfscanSource = Source( + name: "Perf Scan", + baseUrl: "https://perf-scan.fr", + apiUrl: "https://api.perf-scan.fr", + lang: "fr", + isNsfw: true, + typeSource: "heancms", + 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", + dateFormatLocale: "en", +); diff --git a/manga/multisrc/heancms/src/yugenmangas/yugenmangas.dart b/manga/multisrc/heancms/src/yugenmangas/yugenmangas.dart index daf1a485..c23d8d2f 100644 --- a/manga/multisrc/heancms/src/yugenmangas/yugenmangas.dart +++ b/manga/multisrc/heancms/src/yugenmangas/yugenmangas.dart @@ -1,14 +1,15 @@ import '../../../../../model/source.dart'; - Source get yugenmangasSource => _yugenmangasSource; - - Source _yugenmangasSource = Source( - name: "YugenMangas", - baseUrl: "https://yugenmangas.lat", - lang: "es", - - typeSource: "heancms", - 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", - dateFormatLocale:"en", - ); \ No newline at end of file +Source get yugenmangasSource => _yugenmangasSource; + +Source _yugenmangasSource = Source( + name: "YugenMangas", + baseUrl: "https://yugenmangas.lat", + apiUrl: "https://api.yugenmangas.net", + lang: "es", + typeSource: "heancms", + 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", + dateFormatLocale: "en", +);