chore: remove AQUA Scans (EN)

This commit is contained in:
xMohnad
2025-06-23 12:10:06 +00:00
parent 1f5397954f
commit 69e16884db
3 changed files with 0 additions and 18 deletions

View File

@@ -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

View File

@@ -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",
);