mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-14 02:41:39 +00:00
chore: remove Tres Daos Scan (ES)
This commit is contained in:
@@ -118,7 +118,6 @@ import 'src/es/mhscans/mhscans.dart';
|
||||
import 'src/es/noblessetranslations/noblessetranslations.dart';
|
||||
import 'src/es/princediciones/princediciones.dart';
|
||||
import 'src/es/sapphirescan/sapphirescan.dart';
|
||||
import 'src/es/tresdaosscan/tresdaosscan.dart';
|
||||
import 'src/es/unitoon/unitoon.dart';
|
||||
import 'src/fr/mangascantrad/mangascantrad.dart';
|
||||
import 'src/fr/mangasoriginesfr/mangasoriginesfr.dart';
|
||||
@@ -413,8 +412,6 @@ List<Source> _madaraSourcesList =
|
||||
princedicionesSource,
|
||||
//SapphireScan (ES)
|
||||
sapphirescanSource,
|
||||
//Tres Daos Scan (ES)
|
||||
tresdaosscanSource,
|
||||
//Unitoon (ES)
|
||||
unitoonSource,
|
||||
//Manga-Scantrad (FR)
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 6.4 KiB |
@@ -1,14 +0,0 @@
|
||||
import '../../../../../../../model/source.dart';
|
||||
|
||||
Source get tresdaosscanSource => _tresdaosscanSource;
|
||||
Source _tresdaosscanSource = Source(
|
||||
name: "Tres Daos Scan",
|
||||
baseUrl: "https://tresdaos.com",
|
||||
lang: "es",
|
||||
isNsfw: false,
|
||||
typeSource: "madara",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/es/tresdaosscan/icon.png",
|
||||
dateFormat: "MMMM dd, yyyy",
|
||||
dateFormatLocale: "es",
|
||||
);
|
||||
Reference in New Issue
Block a user