refactor(Madara): dropped Maid Scan, site switched from Madara to GreenShit

This commit is contained in:
xMohnad
2025-06-23 08:15:26 +00:00
parent 5482f3f4a1
commit 810c60deec
3 changed files with 0 additions and 18 deletions

View File

@@ -35,7 +35,6 @@ import 'src/en/lhtranslation/lhtranslation.dart';
import 'src/pt/ladyestelarscan/ladyestelarscan.dart';
import 'src/en/leviatanscans/leviatanscans.dart';
import 'src/en/luffymanga/luffymanga.dart';
import 'src/pt/maidscan/maidscan.dart';
import 'src/tr/mangadiyari/mangadiyari.dart';
import 'src/es/mangafenix/mangafenix.dart';
import 'src/en/mangagalaxy/mangagalaxy.dart';
@@ -264,8 +263,6 @@ List<Source> _madaraSourcesList =
leviatanscansSource,
//Luffy Manga (EN)
luffymangaSource,
//Maid Scan (PT-BR)
maidscanSource,
//Manga Diyari (TR)
mangadiyariSource,
//Manga Fenix (ES)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 KiB

View File

@@ -1,15 +0,0 @@
import '../../../../../../../model/source.dart';
Source get maidscanSource => _maidscanSource;
Source _maidscanSource = Source(
name: "Maid Scan",
baseUrl: "https://maidscan.com.br",
lang: "pt-BR",
typeSource: "madara",
iconUrl:
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/pt/maidscan/icon.png",
dateFormat: "dd 'de' MMMMM 'de' yyyy",
dateFormatLocale: "pt-br",
);