mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-14 10:51:17 +00:00
chore(mangareader): remove MangaTak source (AR) - site unavailable
This commit is contained in:
@@ -38,7 +38,6 @@ import 'src/aresnov/aresnov.dart';
|
||||
import 'src/mangaflame/mangaflame.dart';
|
||||
import 'src/manganoon/manganoon.dart';
|
||||
import 'src/mangaswat/mangaswat.dart';
|
||||
import 'src/mangatak/mangatak.dart';
|
||||
import 'src/potatomanga/potatomanga.dart';
|
||||
import 'src/stellarsaber/stellarsaber.dart';
|
||||
import 'src/rizzcomic/rizzcomic.dart';
|
||||
@@ -175,8 +174,6 @@ List<Source> _mangareaderSourcesList =
|
||||
manganoonSource,
|
||||
//MangaSwat (AR)
|
||||
mangaswatSource,
|
||||
//MangaTak (AR)
|
||||
mangatakSource,
|
||||
//PotatoManga (AR)
|
||||
potatomangaSource,
|
||||
//StellarSaber (AR)
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 7.0 KiB |
@@ -1,14 +0,0 @@
|
||||
import '../../../../../../model/source.dart';
|
||||
|
||||
Source get mangatakSource => _mangatakSource;
|
||||
Source _mangatakSource = Source(
|
||||
name: "MangaTak",
|
||||
baseUrl: "https://mangatak.com",
|
||||
lang: "ar",
|
||||
isNsfw: false,
|
||||
typeSource: "mangareader",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/mangatak/icon.png",
|
||||
dateFormat: "MMMM DD, yyyy",
|
||||
dateFormatLocale: "ar",
|
||||
);
|
||||
Reference in New Issue
Block a user