chore(mmrcms): remove Lelscan-VF source (FR) - site is offline

This commit is contained in:
xMohnad
2025-06-07 15:07:02 +03:00
parent 75869f4cc3
commit 714a79d1ed
3 changed files with 0 additions and 18 deletions

View File

@@ -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/lelscanvf/lelscanvf.dart';
import 'src/mangafr/mangafr.dart'; import 'src/mangafr/mangafr.dart';
const mmrcmsVersion = "0.0.7"; const mmrcmsVersion = "0.0.7";
@@ -21,8 +20,6 @@ List<Source> _mmrcmsSourcesList =
onmaSource, onmaSource,
//Read Comics Online (EN) //Read Comics Online (EN)
readcomicsonlineSource, readcomicsonlineSource,
//Lelscan-VF (FR)
lelscanvfSource,
//Manga-FR (FR) //Manga-FR (FR)
mangafrSource, mangafrSource,
] ]

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

View File

@@ -1,15 +0,0 @@
import '../../../../../../model/source.dart';
Source get lelscanvfSource => _lelscanvfSource;
Source _lelscanvfSource = Source(
name: "Lelscan-VF",
baseUrl: "https://www.lelscanvf.cc/",
lang: "fr",
typeSource: "mmrcms",
iconUrl:
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mmrcms/src/lelscanvf/icon.png",
dateFormat: "d MMM. yyyy",
dateFormatLocale: "en_us",
);