mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-14 02:41:39 +00:00
chore(mmrcms): remove Komikid source (ID) - site is offline
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
import '../../../../model/source.dart';
|
||||
import 'src/scanvf/scanvf.dart';
|
||||
import 'src/komikid/komikid.dart';
|
||||
import 'src/mangaid/mangaid.dart';
|
||||
import 'src/onma/onma.dart';
|
||||
import 'src/readcomicsonline/readcomicsonline.dart';
|
||||
@@ -16,8 +15,6 @@ List<Source> _mmrcmsSourcesList =
|
||||
[
|
||||
//Scan VF (FR)
|
||||
scanvfSource,
|
||||
//Komikid (ID)
|
||||
komikidSource,
|
||||
//MangaID (ID)
|
||||
mangaidSource,
|
||||
//مانجا اون لاين (AR)
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 2.9 KiB |
@@ -1,15 +0,0 @@
|
||||
import '../../../../../../model/source.dart';
|
||||
|
||||
Source get komikidSource => _komikidSource;
|
||||
|
||||
Source _komikidSource = Source(
|
||||
name: "Komikid",
|
||||
baseUrl: "https://www.komikid.com",
|
||||
lang: "id",
|
||||
|
||||
typeSource: "mmrcms",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mmrcms/src/komikid/icon.png",
|
||||
dateFormat: "d MMM. yyyy",
|
||||
dateFormatLocale: "en_us",
|
||||
);
|
||||
Reference in New Issue
Block a user