mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-14 10:51:17 +00:00
chore(madara): remove Manga Time source (AR) - site suspended
This commit is contained in:
@@ -101,7 +101,6 @@ import 'src/mangalionz/mangalionz.dart';
|
||||
import 'src/mangarose/mangarose.dart';
|
||||
import 'src/mangaspark/mangaspark.dart';
|
||||
import 'src/mangastarz/mangastarz.dart';
|
||||
import 'src/mangatime/mangatime.dart';
|
||||
import 'src/olaoe/olaoe.dart';
|
||||
import 'src/rocksmanga/rocksmanga.dart';
|
||||
import 'src/dragontea/dragontea.dart';
|
||||
@@ -394,8 +393,6 @@ List<Source> _madaraSourcesList =
|
||||
mangasparkSource,
|
||||
//Manga Starz (AR)
|
||||
mangastarzSource,
|
||||
//Manga Time (AR)
|
||||
mangatimeSource,
|
||||
//Olaoe (AR)
|
||||
olaoeSource,
|
||||
//Rocks Manga (AR)
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 5.3 KiB |
@@ -1,14 +0,0 @@
|
||||
import '../../../../../../model/source.dart';
|
||||
|
||||
Source get mangatimeSource => _mangatimeSource;
|
||||
Source _mangatimeSource = Source(
|
||||
name: "Manga Time",
|
||||
baseUrl: "https://mangatime.us",
|
||||
lang: "ar",
|
||||
isNsfw: false,
|
||||
typeSource: "madara",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/mangatime/icon.png",
|
||||
dateFormat: "dd MMMM، yyyy",
|
||||
dateFormatLocale: "ar",
|
||||
);
|
||||
Reference in New Issue
Block a user