Merge pull request #299 from xMohnad/add-update-sources

Add update sources
This commit is contained in:
Moustapha Kodjo Amadou
2025-06-26 14:01:02 +01:00
committed by GitHub
4 changed files with 390 additions and 332 deletions

View File

@@ -47,6 +47,7 @@ import 'src/es/gremorymangas/gremorymangas.dart';
import 'src/es/ryujinmanga/ryujinmanga.dart';
import 'src/es/senpaiediciones/senpaiediciones.dart';
import 'src/es/skymangas/skymangas.dart';
import 'src/es/erosscans/erosscans.dart';
import 'src/fr/flamescansfr/flamescansfr.dart';
import 'src/fr/mangasscans/mangasscans.dart';
import 'src/fr/rimuscans/rimuscans.dart';
@@ -177,6 +178,8 @@ List<Source> _mangareaderSourcesList =
rizzcomicSource,
//Berserker Scan (ES)
berserkerscanSource,
// Eros Scan (ES)
erosscansSource,
//Cartel de Manhwas (ES)
carteldemanhwasSource,
//De Todo Un Poco Scan (ES)

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB