mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-14 02:41:39 +00:00
chore: remove ReaderGen (FR)
This commit is contained in:
@@ -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 |
@@ -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",
|
||||
);
|
||||
Reference in New Issue
Block a user