mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-14 10:51:17 +00:00
chore: remove FR-Scan (FR)
This commit is contained in:
@@ -15,7 +15,6 @@ import 'src/th/doodmanga/doodmanga.dart';
|
||||
import 'src/en/elitemanga/elitemanga.dart';
|
||||
import 'src/es/emperorscan/emperorscan.dart';
|
||||
import 'src/tr/evascans/evascans.dart';
|
||||
import 'src/fr/frscan/frscan.dart';
|
||||
import 'src/en/freemangatop/freemangatop.dart';
|
||||
import 'src/tr/glorymanga/glorymanga.dart';
|
||||
import 'src/en/harimanga/harimanga.dart';
|
||||
@@ -195,8 +194,6 @@ List<Source> _madaraSourcesList =
|
||||
emperorscanSource,
|
||||
//EvaScans (TR)
|
||||
evascansSource,
|
||||
//FR-Scan (FR)
|
||||
frscanSource,
|
||||
//FreeMangaTop (EN)
|
||||
freemangatopSource,
|
||||
//Glory Manga (TR)
|
||||
|
||||
@@ -1,15 +0,0 @@
|
||||
import '../../../../../../../model/source.dart';
|
||||
|
||||
Source get frscanSource => _frscanSource;
|
||||
|
||||
Source _frscanSource = Source(
|
||||
name: "FR-Scan",
|
||||
baseUrl: "https://fr-scan.com",
|
||||
lang: "fr",
|
||||
|
||||
typeSource: "madara",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/fr/frscan/icon.png",
|
||||
dateFormat: "MMMM d, yyyy",
|
||||
dateFormatLocale: "fr",
|
||||
);
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 6.5 KiB |
Reference in New Issue
Block a user