mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-16 03:40:30 +00:00
Removed dead sources
This commit is contained in:
@@ -16,7 +16,6 @@ import 'src/komikstation/komikstation.dart';
|
||||
import 'src/komikmama/komikmama.dart';
|
||||
import 'src/kumapoi/kumapoi.dart';
|
||||
import 'src/komikucom/komikucom.dart';
|
||||
import 'src/legacyscans/legacyscans.dart';
|
||||
import 'src/magusmanga/magusmanga.dart';
|
||||
import 'src/mangaindome/mangaindome.dart';
|
||||
import 'src/mangacim/mangacim.dart';
|
||||
@@ -80,8 +79,6 @@ List<Source> _mangareaderSourcesList = [
|
||||
kumapoiSource,
|
||||
//Komiku.com (ID)
|
||||
komikucomSource,
|
||||
//Legacy Scans (FR)
|
||||
legacyscansSource,
|
||||
//Magus Manga (AR)
|
||||
magusmangaSource,
|
||||
//Manga Indo.me (ID)
|
||||
|
||||
@@ -1,14 +0,0 @@
|
||||
import '../../../../../model/source.dart';
|
||||
|
||||
Source get legacyscansSource => _legacyscansSource;
|
||||
|
||||
Source _legacyscansSource = Source(
|
||||
name: "Legacy Scans",
|
||||
baseUrl: "https://legacy-scans.com",
|
||||
lang: "fr",
|
||||
typeSource: "mangareader",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/manga/multisrc/mangareader/src/legacyscans/icon.png",
|
||||
dateFormat: "MMMM dd, yyyy",
|
||||
dateFormatLocale: "en_us",
|
||||
);
|
||||
Reference in New Issue
Block a user