mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-14 10:51:17 +00:00
refactor(Madara): dropped Maid Scan, site switched from Madara to GreenShit
This commit is contained in:
@@ -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 |
@@ -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",
|
||||
);
|
||||
Reference in New Issue
Block a user