chore: remove ReaderGen (FR)

This commit is contained in:
xMohnad
2025-06-23 16:15:07 +00:00
parent 5971fefb4e
commit 3d79a38c9d
3 changed files with 0 additions and 18 deletions

View File

@@ -58,7 +58,6 @@ import 'src/pt/mangasoverall/mangasoverall.dart';
import 'src/es/ragnarokscanlation/ragnarokscanlation.dart';
import 'src/pt/rainbowfairyscan/rainbowfairyscan.dart';
import 'src/pt/randomscan/randomscan.dart';
import 'src/fr/readergen/readergen.dart';
import 'src/es/richtoscan/richtoscan.dart';
import 'src/es/rightdarkscan/rightdarkscan.dart';
import 'src/tr/romantikmanga/romantikmanga.dart';
@@ -280,8 +279,6 @@ List<Source> _madaraSourcesList =
rainbowfairyscanSource,
//Random Scan (PT-BR)
randomscanSource,
//ReaderGen (FR)
readergenSource,
//RichtoScan (ES)
richtoscanSource,
//Rightdark Scan (ES)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 KiB

View File

@@ -1,15 +0,0 @@
import '../../../../../../../model/source.dart';
Source get readergenSource => _readergenSource;
Source _readergenSource = Source(
name: "ReaderGen",
baseUrl: "https://fr.readergen.fr",
lang: "fr",
typeSource: "madara",
iconUrl:
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/fr/readergen/icon.png",
dateFormat: "MMMM dd, yyyy",
dateFormatLocale: "en_us",
);