fix Asura Scans

This commit is contained in:
kodjomoustapha
2024-11-19 18:11:27 +01:00
parent 36a488d717
commit 66f7e491f0
5 changed files with 134 additions and 18 deletions

View File

@@ -1,7 +1,6 @@
import '../../../../model/source.dart';
import 'src/beastscans/beastscans.dart';
import 'src/lelmanga/lelmanga.dart';
import 'src/asurascans/asurascans.dart';
import 'src/komiklab/komiklab.dart';
import 'src/azurescans/azurescans.dart';
import 'src/cosmicscans/cosmicscans.dart';
@@ -104,8 +103,6 @@ List<Source> _mangareaderSourcesList = [
beastscansSource,
//Lelmanga (FR)
lelmangaSource,
//Asura Scans (EN)
asurascansSource,
//KomikLab Scans (EN)
komiklabSource,
//Azure Scans (EN)

View File

@@ -1,14 +0,0 @@
import '../../../../../../model/source.dart';
Source get asurascansSource => _asurascansSource;
Source _asurascansSource = Source(
name: "Asura Scans",
baseUrl: "https://asuratoon.com/",
lang: "en",
typeSource: "mangareader",
iconUrl:
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/asurascans/icon.png",
dateFormat: "MMM d, yyyy",
dateFormatLocale: "en_us",
);

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.2 KiB