mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-14 02:41:39 +00:00
chore(mangareader): remove Magus Manga source (AR)
This commit is contained in:
@@ -11,7 +11,6 @@ import 'src/katakomik/katakomik.dart';
|
|||||||
import 'src/komikstation/komikstation.dart';
|
import 'src/komikstation/komikstation.dart';
|
||||||
import 'src/komikmama/komikmama.dart';
|
import 'src/komikmama/komikmama.dart';
|
||||||
import 'src/komikucom/komikucom.dart';
|
import 'src/komikucom/komikucom.dart';
|
||||||
import 'src/magusmanga/magusmanga.dart';
|
|
||||||
import 'src/mangaindome/mangaindome.dart';
|
import 'src/mangaindome/mangaindome.dart';
|
||||||
import 'src/mangacim/mangacim.dart';
|
import 'src/mangacim/mangacim.dart';
|
||||||
import 'src/mangatale/mangatale.dart';
|
import 'src/mangatale/mangatale.dart';
|
||||||
@@ -120,8 +119,6 @@ List<Source> _mangareaderSourcesList =
|
|||||||
komikmamaSource,
|
komikmamaSource,
|
||||||
//Komiku.com (ID)
|
//Komiku.com (ID)
|
||||||
komikucomSource,
|
komikucomSource,
|
||||||
//Magus Manga (AR)
|
|
||||||
magusmangaSource,
|
|
||||||
//Manga Indo.me (ID)
|
//Manga Indo.me (ID)
|
||||||
mangaindomeSource,
|
mangaindomeSource,
|
||||||
//Mangacim (TR)
|
//Mangacim (TR)
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 8.2 KiB |
@@ -1,14 +0,0 @@
|
|||||||
import '../../../../../../model/source.dart';
|
|
||||||
|
|
||||||
Source get magusmangaSource => _magusmangaSource;
|
|
||||||
|
|
||||||
Source _magusmangaSource = Source(
|
|
||||||
name: "Magus Manga",
|
|
||||||
baseUrl: "https://magusmanga.com",
|
|
||||||
lang: "ar",
|
|
||||||
typeSource: "mangareader",
|
|
||||||
iconUrl:
|
|
||||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/magusmanga/icon.png",
|
|
||||||
dateFormat: "MMMMM d, yyyy",
|
|
||||||
dateFormatLocale: "ar",
|
|
||||||
);
|
|
||||||
Reference in New Issue
Block a user