refactor: organize sources by language directories

This commit is contained in:
xMohnad
2025-06-18 02:19:34 +00:00
parent ea55289bd9
commit 86c4d085ff
558 changed files with 834 additions and 834 deletions

View File

@@ -0,0 +1,14 @@
import '../../../../../../../model/source.dart';
Source get azurescansSource => _azurescansSource;
Source _azurescansSource = Source(
name: "Azure Scans",
baseUrl: "https://azuremanga.com",
lang: "en",
typeSource: "mangareader",
iconUrl:
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/en/azurescans/icon.png",
dateFormat: "MMMM dd, yyyy",
dateFormatLocale: "en_us",
);

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

View File

@@ -0,0 +1,14 @@
import '../../../../../../../model/source.dart';
Source get cosmicscansSource => _cosmicscansSource;
Source _cosmicscansSource = Source(
name: "Cosmic Scans",
baseUrl: "https://cosmicscans.com",
lang: "en",
typeSource: "mangareader",
iconUrl:
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/en/cosmicscans/icon.png",
dateFormat: "MMMM dd, yyyy",
dateFormatLocale: "en_us",
);

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

View File

@@ -0,0 +1,14 @@
import '../../../../../../../model/source.dart';
Source get infernalvoidscansSource => _infernalvoidscansSource;
Source _infernalvoidscansSource = Source(
name: "Infernal Void Scans",
baseUrl: "https://void-scans.com",
lang: "en",
typeSource: "mangareader",
iconUrl:
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/en/infernalvoidscans/icon.png",
dateFormat: "MMMM dd, yyyy",
dateFormatLocale: "en_us",
);

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.3 KiB

View File

@@ -0,0 +1,15 @@
import '../../../../../../../model/source.dart';
Source get komiklabSource => _komiklabSource;
Source _komiklabSource = Source(
id: 932554594,
name: "KomikLab Scans",
baseUrl: "https://komiklab.com",
lang: "en",
typeSource: "mangareader",
iconUrl:
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/en/komiklab/icon.png",
dateFormat: "MMMM dd, yyyy",
dateFormatLocale: "en_us",
);

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.0 KiB

View File

@@ -0,0 +1,14 @@
import '../../../../../../../model/source.dart';
Source get ravenscansSource => _ravenscansSource;
Source _ravenscansSource = Source(
name: "Raven Scans",
baseUrl: "https://ravenscans.com",
lang: "en",
typeSource: "mangareader",
iconUrl:
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/en/ravenscans/icon.png",
dateFormat: "MMMM dd, yyyy",
dateFormatLocale: "en_us",
);

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

View File

@@ -0,0 +1,14 @@
import '../../../../../../../model/source.dart';
Source get rizzcomicSource => _rizzcomicSource;
Source _rizzcomicSource = Source(
name: "Rizz Comic",
baseUrl: "https://rizzfables.com",
lang: "en",
isNsfw: false,
typeSource: "mangareader",
iconUrl:
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/en/rizzcomic/icon.png",
dateFormat: "dd MMM yyyy",
dateFormatLocale: "en",
);

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View File

@@ -0,0 +1,14 @@
import '../../../../../../../model/source.dart';
Source get suryascansSource => _suryascansSource;
Source _suryascansSource = Source(
name: "Surya Scans",
baseUrl: "https://suryascans.com",
lang: "en",
typeSource: "mangareader",
iconUrl:
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/en/suryascans/icon.png",
dateFormat: "MMMM dd, yyyy",
dateFormatLocale: "en_us",
);

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.4 KiB

View File

@@ -0,0 +1,14 @@
import '../../../../../../../model/source.dart';
Source get xcalibrscansSource => _xcalibrscansSource;
Source _xcalibrscansSource = Source(
name: "xCaliBR Scans",
baseUrl: "https://xcalibrscans.com",
lang: "en",
typeSource: "mangareader",
iconUrl:
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/en/xcalibrscans/icon.png",
dateFormat: "MMMM dd, yyyy",
dateFormatLocale: "en_us",
);