mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-14 02:41:39 +00:00
chore: remove AQUA Scans (EN)
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
import '../../../../model/source.dart';
|
||||
import 'src/en/firstkissdashmanga/firstkissdashmanga.dart';
|
||||
import 'src/en/manhwaworld/manhwaworld.dart';
|
||||
import 'src/pt/akumanotenshi/akumanotenshi.dart';
|
||||
import 'src/tr/anikiga/anikiga.dart';
|
||||
import 'src/tr/araznovel/araznovel.dart';
|
||||
@@ -177,8 +176,6 @@ List<Source> _madaraSourcesList =
|
||||
[
|
||||
//1st Kiss-Manga (unoriginal) (EN)
|
||||
firstkissdashmangaSource,
|
||||
//AQUA Scans (EN)
|
||||
manhwaworldSource,
|
||||
//Akuma no Tenshi (PT-BR)
|
||||
akumanotenshiSource,
|
||||
//Anikiga (TR)
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 6.6 KiB |
@@ -1,15 +0,0 @@
|
||||
import '../../../../../../../model/source.dart';
|
||||
|
||||
Source get manhwaworldSource => _manhwaworldSource;
|
||||
|
||||
Source _manhwaworldSource = Source(
|
||||
name: "AQUA Scans",
|
||||
baseUrl: "https://aquascans.com",
|
||||
lang: "en",
|
||||
|
||||
typeSource: "madara",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/en/manhwaworld/icon.png",
|
||||
dateFormat: "MMMM dd, yyyy",
|
||||
dateFormatLocale: "en_us",
|
||||
);
|
||||
Reference in New Issue
Block a user