chore(mmrcms): remove MangaID source (ID) - site is offline

This commit is contained in:
xMohnad
2025-06-07 15:20:02 +03:00
parent 9a7aa91f0d
commit 258105f327
3 changed files with 0 additions and 18 deletions

View File

@@ -1,6 +1,5 @@
import '../../../../model/source.dart';
import 'src/scanvf/scanvf.dart';
import 'src/mangaid/mangaid.dart';
import 'src/onma/onma.dart';
import 'src/readcomicsonline/readcomicsonline.dart';
@@ -13,8 +12,6 @@ List<Source> _mmrcmsSourcesList =
[
//Scan VF (FR)
scanvfSource,
//MangaID (ID)
mangaidSource,
//مانجا اون لاين (AR)
onmaSource,
//Read Comics Online (EN)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.5 KiB

View File

@@ -1,15 +0,0 @@
import '../../../../../../model/source.dart';
Source get mangaidSource => _mangaidSource;
Source _mangaidSource = Source(
name: "MangaID",
baseUrl: "https://mangaid.click",
lang: "id",
typeSource: "mmrcms",
iconUrl:
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mmrcms/src/mangaid/icon.png",
dateFormat: "d MMM. yyyy",
dateFormatLocale: "en_us",
);