refactor: organize sources by language directories
14
dart/manga/multisrc/madara/src/id/hwago/hwago.dart
Normal file
@@ -0,0 +1,14 @@
|
||||
import '../../../../../../../model/source.dart';
|
||||
|
||||
Source get hwagoSource => _hwagoSource;
|
||||
Source _hwagoSource = Source(
|
||||
name: "Hwago",
|
||||
baseUrl: "https://hwago.org",
|
||||
lang: "id",
|
||||
isNsfw: false,
|
||||
typeSource: "madara",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/id/hwago/icon.png",
|
||||
dateFormat: "d MMMM yyyy",
|
||||
dateFormatLocale: "en",
|
||||
);
|
||||
BIN
dart/manga/multisrc/madara/src/id/hwago/icon.png
Normal file
|
After Width: | Height: | Size: 13 KiB |
BIN
dart/manga/multisrc/madara/src/id/klikmanga/icon.png
Normal file
|
After Width: | Height: | Size: 4.2 KiB |
14
dart/manga/multisrc/madara/src/id/klikmanga/klikmanga.dart
Normal file
@@ -0,0 +1,14 @@
|
||||
import '../../../../../../../model/source.dart';
|
||||
|
||||
Source get klikmangaSource => _klikmangaSource;
|
||||
Source _klikmangaSource = Source(
|
||||
name: "KlikManga",
|
||||
baseUrl: "https://klikmanga.id",
|
||||
lang: "id",
|
||||
isNsfw: false,
|
||||
typeSource: "madara",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/id/klikmanga/icon.png",
|
||||
dateFormat: "MMMM dd, yyyy",
|
||||
dateFormatLocale: "id",
|
||||
);
|
||||
BIN
dart/manga/multisrc/madara/src/id/komikuzan/icon.png
Normal file
|
After Width: | Height: | Size: 13 KiB |
14
dart/manga/multisrc/madara/src/id/komikuzan/komikuzan.dart
Normal file
@@ -0,0 +1,14 @@
|
||||
import '../../../../../../../model/source.dart';
|
||||
|
||||
Source get komikuzanSource => _komikuzanSource;
|
||||
Source _komikuzanSource = Source(
|
||||
name: "Komikuzan",
|
||||
baseUrl: "https://komikuzan.com",
|
||||
lang: "id",
|
||||
isNsfw: false,
|
||||
typeSource: "madara",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/id/komikuzan/icon.png",
|
||||
dateFormat: "MMMM d, yyyy",
|
||||
dateFormatLocale: "id",
|
||||
);
|
||||
BIN
dart/manga/multisrc/madara/src/id/mgkomik/icon.png
Normal file
|
After Width: | Height: | Size: 10 KiB |
14
dart/manga/multisrc/madara/src/id/mgkomik/mgkomik.dart
Normal file
@@ -0,0 +1,14 @@
|
||||
import '../../../../../../../model/source.dart';
|
||||
|
||||
Source get mgkomikSource => _mgkomikSource;
|
||||
Source _mgkomikSource = Source(
|
||||
name: "MG Komik",
|
||||
baseUrl: "https://mgkomik.id",
|
||||
lang: "id",
|
||||
isNsfw: false,
|
||||
typeSource: "madara",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/id/mgkomik/icon.png",
|
||||
dateFormat: "dd MMM yy",
|
||||
dateFormatLocale: "en_us",
|
||||
);
|
||||
BIN
dart/manga/multisrc/madara/src/id/pojokmanga/icon.png
Normal file
|
After Width: | Height: | Size: 3.6 KiB |
15
dart/manga/multisrc/madara/src/id/pojokmanga/pojokmanga.dart
Normal file
@@ -0,0 +1,15 @@
|
||||
import '../../../../../../../model/source.dart';
|
||||
|
||||
Source get pojokmangaSource => _pojokmangaSource;
|
||||
|
||||
Source _pojokmangaSource = Source(
|
||||
name: "Pojok Manga",
|
||||
baseUrl: "https://pojokmanga.net",
|
||||
lang: "id",
|
||||
|
||||
typeSource: "madara",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/id/pojokmanga/icon.png",
|
||||
dateFormat: "MMM dd, yyyy",
|
||||
dateFormatLocale: "en_us",
|
||||
);
|
||||
BIN
dart/manga/multisrc/madara/src/id/siimanga/icon.png
Normal file
|
After Width: | Height: | Size: 11 KiB |
14
dart/manga/multisrc/madara/src/id/siimanga/siimanga.dart
Normal file
@@ -0,0 +1,14 @@
|
||||
import '../../../../../../../model/source.dart';
|
||||
|
||||
Source get siimangaSource => _siimangaSource;
|
||||
Source _siimangaSource = Source(
|
||||
name: "Siimanga",
|
||||
baseUrl: "https://siimanga.cyou",
|
||||
lang: "id",
|
||||
isNsfw: false,
|
||||
typeSource: "madara",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/id/siimanga/icon.png",
|
||||
dateFormat: "d MMMM",
|
||||
dateFormatLocale: "en",
|
||||
);
|
||||
BIN
dart/manga/multisrc/madara/src/id/yubikiri/icon.png
Normal file
|
After Width: | Height: | Size: 11 KiB |
14
dart/manga/multisrc/madara/src/id/yubikiri/yubikiri.dart
Normal file
@@ -0,0 +1,14 @@
|
||||
import '../../../../../../../model/source.dart';
|
||||
|
||||
Source get yubikiriSource => _yubikiriSource;
|
||||
Source _yubikiriSource = Source(
|
||||
name: "Yubikiri",
|
||||
baseUrl: "https://yubikiri.my.id",
|
||||
lang: "id",
|
||||
isNsfw: false,
|
||||
typeSource: "madara",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/id/yubikiri/icon.png",
|
||||
dateFormat: "d MMMM",
|
||||
dateFormatLocale: "en",
|
||||
);
|
||||