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