mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-14 02:41:39 +00:00
chore(mmrcms): remove Manga-FR source (FR) - site is offline
This commit is contained in:
@@ -3,7 +3,6 @@ import 'src/scanvf/scanvf.dart';
|
|||||||
import 'src/mangaid/mangaid.dart';
|
import 'src/mangaid/mangaid.dart';
|
||||||
import 'src/onma/onma.dart';
|
import 'src/onma/onma.dart';
|
||||||
import 'src/readcomicsonline/readcomicsonline.dart';
|
import 'src/readcomicsonline/readcomicsonline.dart';
|
||||||
import 'src/mangafr/mangafr.dart';
|
|
||||||
|
|
||||||
const mmrcmsVersion = "0.0.7";
|
const mmrcmsVersion = "0.0.7";
|
||||||
const mmrcmsSourceCodeUrl =
|
const mmrcmsSourceCodeUrl =
|
||||||
@@ -20,8 +19,6 @@ List<Source> _mmrcmsSourcesList =
|
|||||||
onmaSource,
|
onmaSource,
|
||||||
//Read Comics Online (EN)
|
//Read Comics Online (EN)
|
||||||
readcomicsonlineSource,
|
readcomicsonlineSource,
|
||||||
//Manga-FR (FR)
|
|
||||||
mangafrSource,
|
|
||||||
]
|
]
|
||||||
.map(
|
.map(
|
||||||
(e) =>
|
(e) =>
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 2.9 KiB |
@@ -1,15 +0,0 @@
|
|||||||
import '../../../../../../model/source.dart';
|
|
||||||
|
|
||||||
Source get mangafrSource => _mangafrSource;
|
|
||||||
|
|
||||||
Source _mangafrSource = Source(
|
|
||||||
name: "Manga-FR",
|
|
||||||
baseUrl: "https://manga-fr.me",
|
|
||||||
lang: "fr",
|
|
||||||
|
|
||||||
typeSource: "mmrcms",
|
|
||||||
iconUrl:
|
|
||||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mmrcms/src/mangafr/icon.png",
|
|
||||||
dateFormat: "d MMM. yyyy",
|
|
||||||
dateFormatLocale: "en_us",
|
|
||||||
);
|
|
||||||
Reference in New Issue
Block a user