mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-14 10:51:17 +00:00
chore: remove Inmoral No Fansub (ES)
This commit is contained in:
@@ -102,7 +102,6 @@ import 'src/es/bokugentranslation/bokugentranslation.dart';
|
|||||||
import 'src/es/daprob/daprob.dart';
|
import 'src/es/daprob/daprob.dart';
|
||||||
import 'src/es/herenscan/herenscan.dart';
|
import 'src/es/herenscan/herenscan.dart';
|
||||||
import 'src/es/infrafandub/infrafandub.dart';
|
import 'src/es/infrafandub/infrafandub.dart';
|
||||||
import 'src/es/inmoralnofansub/inmoralnofansub.dart';
|
|
||||||
import 'src/es/jeazscans/jeazscans.dart';
|
import 'src/es/jeazscans/jeazscans.dart';
|
||||||
import 'src/es/jobsibe/jobsibe.dart';
|
import 'src/es/jobsibe/jobsibe.dart';
|
||||||
import 'src/es/legendsnofansub/legendsnofansub.dart';
|
import 'src/es/legendsnofansub/legendsnofansub.dart';
|
||||||
@@ -371,8 +370,6 @@ List<Source> _madaraSourcesList =
|
|||||||
herenscanSource,
|
herenscanSource,
|
||||||
//InfraFandub (ES)
|
//InfraFandub (ES)
|
||||||
infrafandubSource,
|
infrafandubSource,
|
||||||
//Inmoral No Fansub (ES)
|
|
||||||
inmoralnofansubSource,
|
|
||||||
//JeazScans (ES)
|
//JeazScans (ES)
|
||||||
jeazscansSource,
|
jeazscansSource,
|
||||||
//Jobsibe (ES)
|
//Jobsibe (ES)
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 10 KiB |
@@ -1,14 +0,0 @@
|
|||||||
import '../../../../../../../model/source.dart';
|
|
||||||
|
|
||||||
Source get inmoralnofansubSource => _inmoralnofansubSource;
|
|
||||||
Source _inmoralnofansubSource = Source(
|
|
||||||
name: "Inmoral No Fansub",
|
|
||||||
baseUrl: "https://inmoralnofansub.xyz",
|
|
||||||
lang: "es",
|
|
||||||
isNsfw: false,
|
|
||||||
typeSource: "madara",
|
|
||||||
iconUrl:
|
|
||||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/es/inmoralnofansub/icon.png",
|
|
||||||
dateFormat: "dd/MM/yyyy",
|
|
||||||
dateFormatLocale: "es",
|
|
||||||
);
|
|
||||||
Reference in New Issue
Block a user