mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-14 02:41:39 +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/pt/ladyestelarscan/ladyestelarscan.dart';
|
||||||
import 'src/en/leviatanscans/leviatanscans.dart';
|
import 'src/en/leviatanscans/leviatanscans.dart';
|
||||||
import 'src/en/luffymanga/luffymanga.dart';
|
import 'src/en/luffymanga/luffymanga.dart';
|
||||||
import 'src/pt/maidscan/maidscan.dart';
|
|
||||||
import 'src/tr/mangadiyari/mangadiyari.dart';
|
import 'src/tr/mangadiyari/mangadiyari.dart';
|
||||||
import 'src/es/mangafenix/mangafenix.dart';
|
import 'src/es/mangafenix/mangafenix.dart';
|
||||||
import 'src/en/mangagalaxy/mangagalaxy.dart';
|
import 'src/en/mangagalaxy/mangagalaxy.dart';
|
||||||
@@ -264,8 +263,6 @@ List<Source> _madaraSourcesList =
|
|||||||
leviatanscansSource,
|
leviatanscansSource,
|
||||||
//Luffy Manga (EN)
|
//Luffy Manga (EN)
|
||||||
luffymangaSource,
|
luffymangaSource,
|
||||||
//Maid Scan (PT-BR)
|
|
||||||
maidscanSource,
|
|
||||||
//Manga Diyari (TR)
|
//Manga Diyari (TR)
|
||||||
mangadiyariSource,
|
mangadiyariSource,
|
||||||
//Manga Fenix (ES)
|
//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