chore: remove Nexo Scans (PT-BR)

This commit is contained in:
xMohnad
2025-06-24 06:44:05 +00:00
parent c589e21581
commit 611e97dba9
3 changed files with 0 additions and 17 deletions

View File

@@ -129,7 +129,6 @@ import 'src/pt/leitordemanga/leitordemanga.dart';
import 'src/pt/lscans/lscans.dart';
import 'src/pt/lunarscan/lunarscan.dart';
import 'src/pt/minitwoscan/minitwoscan.dart';
import 'src/pt/nexoscans/nexoscans.dart';
import 'src/pt/ninjascan/ninjascan.dart';
import 'src/pt/onepieceteca/onepieceteca.dart';
import 'src/pt/prismascans/prismascans.dart';
@@ -424,8 +423,6 @@ List<Source> _madaraSourcesList =
lunarscanSource,
//MiniTwo Scan (PT-BR)
minitwoscanSource,
//Nexo Scans (PT-BR)
nexoscansSource,
//Ninja Scan (PT-BR)
ninjascanSource,
//One Piece TECA (PT-BR)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.9 KiB

View File

@@ -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",
);