mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-14 10:51:17 +00:00
chore(mangareader): remove Beast Scans source (AR)
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
import '../../../../model/source.dart';
|
||||
import 'src/beastscans/beastscans.dart';
|
||||
import 'src/lelmanga/lelmanga.dart';
|
||||
import 'src/komiklab/komiklab.dart';
|
||||
import 'src/azurescans/azurescans.dart';
|
||||
@@ -98,8 +97,6 @@ const mangareaderSourceCodeUrl =
|
||||
List<Source> get mangareaderSourcesList => _mangareaderSourcesList;
|
||||
List<Source> _mangareaderSourcesList =
|
||||
[
|
||||
//Beast Scans (AR)
|
||||
beastscansSource,
|
||||
//Lelmanga (FR)
|
||||
lelmangaSource,
|
||||
//KomikLab Scans (EN)
|
||||
|
||||
@@ -1,14 +0,0 @@
|
||||
import '../../../../../../model/source.dart';
|
||||
|
||||
Source get beastscansSource => _beastscansSource;
|
||||
|
||||
Source _beastscansSource = Source(
|
||||
name: "Beast Scans",
|
||||
baseUrl: "https://beast-scans.com",
|
||||
lang: "ar",
|
||||
typeSource: "mangareader",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/beastscans/icon.png",
|
||||
dateFormat: "MMMM dd, yyyy",
|
||||
dateFormatLocale: "ar",
|
||||
);
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 8.6 KiB |
Reference in New Issue
Block a user