mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-14 19:01:15 +00:00
chore: remove Reaper Scans (EN) - site is unreachable
This commit is contained in:
@@ -138,7 +138,6 @@ import 'src/es/unitoon/unitoon.dart';
|
||||
import 'src/fr/mangascantrad/mangascantrad.dart';
|
||||
import 'src/fr/mangasoriginesfr/mangasoriginesfr.dart';
|
||||
import 'src/fr/raijinscans/raijinscans.dart';
|
||||
import 'src/en/reaperscans/reaperscans.dart';
|
||||
import 'src/fr/softepsilonscan/softepsilonscan.dart';
|
||||
import 'src/id/hwago/hwago.dart';
|
||||
import 'src/id/klikmanga/klikmanga.dart';
|
||||
@@ -471,8 +470,6 @@ List<Source> _madaraSourcesList =
|
||||
mangasoriginesfrSource,
|
||||
//Raijin Scans (FR)
|
||||
raijinscansSource,
|
||||
//Reaper Scans (EN)
|
||||
reaperscansSource,
|
||||
//Soft Epsilon Scan (FR)
|
||||
softepsilonscanSource,
|
||||
//Hwago (ID)
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 5.6 KiB |
@@ -1,14 +0,0 @@
|
||||
import '../../../../../../../model/source.dart';
|
||||
|
||||
Source get reaperscansSource => _reaperscansSource;
|
||||
Source _reaperscansSource = Source(
|
||||
name: "Reaper Scans",
|
||||
baseUrl: "https://reaperscans.com",
|
||||
lang: "en",
|
||||
isNsfw: false,
|
||||
typeSource: "madara",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/en/reaperscans/icon.png",
|
||||
dateFormat: "dd/MM/yyyy",
|
||||
dateFormatLocale: "en_us",
|
||||
);
|
||||
Reference in New Issue
Block a user