mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-14 10:51:17 +00:00
chore: remove Nexo Scans (PT-BR)
This commit is contained in:
@@ -129,7 +129,6 @@ import 'src/pt/leitordemanga/leitordemanga.dart';
|
|||||||
import 'src/pt/lscans/lscans.dart';
|
import 'src/pt/lscans/lscans.dart';
|
||||||
import 'src/pt/lunarscan/lunarscan.dart';
|
import 'src/pt/lunarscan/lunarscan.dart';
|
||||||
import 'src/pt/minitwoscan/minitwoscan.dart';
|
import 'src/pt/minitwoscan/minitwoscan.dart';
|
||||||
import 'src/pt/nexoscans/nexoscans.dart';
|
|
||||||
import 'src/pt/ninjascan/ninjascan.dart';
|
import 'src/pt/ninjascan/ninjascan.dart';
|
||||||
import 'src/pt/onepieceteca/onepieceteca.dart';
|
import 'src/pt/onepieceteca/onepieceteca.dart';
|
||||||
import 'src/pt/prismascans/prismascans.dart';
|
import 'src/pt/prismascans/prismascans.dart';
|
||||||
@@ -424,8 +423,6 @@ List<Source> _madaraSourcesList =
|
|||||||
lunarscanSource,
|
lunarscanSource,
|
||||||
//MiniTwo Scan (PT-BR)
|
//MiniTwo Scan (PT-BR)
|
||||||
minitwoscanSource,
|
minitwoscanSource,
|
||||||
//Nexo Scans (PT-BR)
|
|
||||||
nexoscansSource,
|
|
||||||
//Ninja Scan (PT-BR)
|
//Ninja Scan (PT-BR)
|
||||||
ninjascanSource,
|
ninjascanSource,
|
||||||
//One Piece TECA (PT-BR)
|
//One Piece TECA (PT-BR)
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 6.9 KiB |
@@ -1,14 +0,0 @@
|
|||||||
import '../../../../../../../model/source.dart';
|
|
||||||
|
|
||||||
Source get nexoscansSource => _nexoscansSource;
|
|
||||||
Source _nexoscansSource = Source(
|
|
||||||
name: "Nexo Scans",
|
|
||||||
baseUrl: "https://nexoscans.net",
|
|
||||||
lang: "pt-br",
|
|
||||||
isNsfw: false,
|
|
||||||
typeSource: "madara",
|
|
||||||
iconUrl:
|
|
||||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/pt/nexoscans/icon.png",
|
|
||||||
dateFormat: "dd/MM/yyyy",
|
|
||||||
dateFormatLocale: "en_us",
|
|
||||||
);
|
|
||||||
Reference in New Issue
Block a user