chore: remove The Beginning After The End (FR)

This commit is contained in:
xMohnad
2025-06-23 16:13:01 +00:00
parent dfec56151b
commit 5971fefb4e
3 changed files with 0 additions and 18 deletions

View File

@@ -70,7 +70,6 @@ import 'src/pt/sinensis/sinensis.dart';
import 'src/pt/sweettimescan/sweettimescan.dart';
import 'src/pt/tatakaescan/tatakaescan.dart';
import 'src/es/taurusfansub/taurusfansub.dart';
import 'src/fr/thebeginningaftertheend/thebeginningaftertheend.dart';
import 'src/tr/tortugaceviri/tortugaceviri.dart';
import 'src/pt/wickedwitchscan/wickedwitchscan.dart';
import 'src/pt/winterscan/winterscan.dart';
@@ -305,8 +304,6 @@ List<Source> _madaraSourcesList =
tatakaescanSource,
//Taurus Fansub (ES)
taurusfansubSource,
//The Beginning After The End (FR)
thebeginningaftertheendSource,
//Tortuga Ceviri (TR)
tortugaceviriSource,
//Wicked Witch Scan (PT-BR)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.0 KiB

View File

@@ -1,15 +0,0 @@
import '../../../../../../../model/source.dart';
Source get thebeginningaftertheendSource => _thebeginningaftertheendSource;
Source _thebeginningaftertheendSource = Source(
name: "The Beginning After The End",
baseUrl: "https://www.thebeginningaftertheend.fr",
lang: "fr",
typeSource: "madara",
iconUrl:
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/fr/thebeginningaftertheend/icon.png",
dateFormat: "MMMMM dd, yyyy",
dateFormatLocale: "fr",
);