mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-14 10:51:17 +00:00
chore: remove Shadowtrad (FR)
This commit is contained in:
@@ -65,7 +65,6 @@ import 'src/tr/romantikmanga/romantikmanga.dart';
|
|||||||
import 'src/en/s2manga/s2manga.dart';
|
import 'src/en/s2manga/s2manga.dart';
|
||||||
import 'src/es/samuraiscan/samuraiscan.dart';
|
import 'src/es/samuraiscan/samuraiscan.dart';
|
||||||
import 'src/fr/scantradvf/scantradvf.dart';
|
import 'src/fr/scantradvf/scantradvf.dart';
|
||||||
import 'src/fr/shadowtrad/shadowtrad.dart';
|
|
||||||
import 'src/en/shibamanga/shibamanga.dart';
|
import 'src/en/shibamanga/shibamanga.dart';
|
||||||
import 'src/pt/sinensis/sinensis.dart';
|
import 'src/pt/sinensis/sinensis.dart';
|
||||||
import 'src/pt/sweettimescan/sweettimescan.dart';
|
import 'src/pt/sweettimescan/sweettimescan.dart';
|
||||||
@@ -296,8 +295,6 @@ List<Source> _madaraSourcesList =
|
|||||||
samuraiscanSource,
|
samuraiscanSource,
|
||||||
//Scantrad-VF (FR)
|
//Scantrad-VF (FR)
|
||||||
scantradvfSource,
|
scantradvfSource,
|
||||||
//Shadowtrad (FR)
|
|
||||||
shadowtradSource,
|
|
||||||
//Shiba Manga (EN)
|
//Shiba Manga (EN)
|
||||||
shibamangaSource,
|
shibamangaSource,
|
||||||
//Sinensis Scan (PT-BR)
|
//Sinensis Scan (PT-BR)
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 3.1 KiB |
@@ -1,15 +0,0 @@
|
|||||||
import '../../../../../../../model/source.dart';
|
|
||||||
|
|
||||||
Source get shadowtradSource => _shadowtradSource;
|
|
||||||
|
|
||||||
Source _shadowtradSource = Source(
|
|
||||||
name: "Shadowtrad",
|
|
||||||
baseUrl: "https://shadowtrad.net",
|
|
||||||
lang: "fr",
|
|
||||||
|
|
||||||
typeSource: "madara",
|
|
||||||
iconUrl:
|
|
||||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/fr/shadowtrad/icon.png",
|
|
||||||
dateFormat: "MMMM dd, yyyy",
|
|
||||||
dateFormatLocale: "fr",
|
|
||||||
);
|
|
||||||
Reference in New Issue
Block a user