mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-14 10:51:17 +00:00
fix Asura Scans
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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 |
Reference in New Issue
Block a user