mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-14 19:01:15 +00:00
chore: remove The Beginning After The End (FR)
This commit is contained in:
@@ -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 |
@@ -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",
|
||||
);
|
||||
Reference in New Issue
Block a user