mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-14 10:51:17 +00:00
chore: remove Luffy Manga (EN)
This commit is contained in:
@@ -31,7 +31,6 @@ import 'src/pt/kamisamaexplorer/kamisamaexplorer.dart';
|
||||
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/tr/mangadiyari/mangadiyari.dart';
|
||||
import 'src/es/mangafenix/mangafenix.dart';
|
||||
import 'src/en/mangagalaxy/mangagalaxy.dart';
|
||||
@@ -248,8 +247,6 @@ List<Source> _madaraSourcesList =
|
||||
ladyestelarscanSource,
|
||||
//Leviatan Scans (EN)
|
||||
leviatanscansSource,
|
||||
//Luffy Manga (EN)
|
||||
luffymangaSource,
|
||||
//Manga Diyari (TR)
|
||||
mangadiyariSource,
|
||||
//Manga Fenix (ES)
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 4.2 KiB |
@@ -1,15 +0,0 @@
|
||||
import '../../../../../../../model/source.dart';
|
||||
|
||||
Source get luffymangaSource => _luffymangaSource;
|
||||
|
||||
Source _luffymangaSource = Source(
|
||||
name: "Luffy Manga",
|
||||
baseUrl: "https://luffymanga.com",
|
||||
lang: "en",
|
||||
|
||||
typeSource: "madara",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/en/luffymanga/icon.png",
|
||||
dateFormat: "MMMM dd, yyyy",
|
||||
dateFormatLocale: "en_us",
|
||||
);
|
||||
Reference in New Issue
Block a user