Added new mangareader source (Sushi-Scan.fr )

This commit is contained in:
kodjomoustapha
2023-07-11 21:33:22 +01:00
parent f3e3e209e0
commit 1cf93c9726
4 changed files with 219 additions and 1907 deletions

View File

@@ -1,6 +1,6 @@
import '../../model/source.dart';
const mangareaderVersion = "0.0.1";
const mangareaderVersion = "0.0.11";
const mangareaderSourceCodeUrl =
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/multisrc/mangareader/mangareader-v$mangareaderVersion.dart";
const defaultDateFormat = "MMMM dd, yyyy";
@@ -313,6 +313,16 @@ List<Source> _mangareaderSourcesList = [
dateFormatLocale: defaultDateFormatLocale,
version: mangareaderVersion,
sourceCodeUrl: mangareaderSourceCodeUrl),
Source(
name: "Sushi-Scan.fr",
baseUrl: "https://sushiscan.fr",
lang: "fr",
iconUrl: '',
dateFormat: "MMMM dd, yyyy",
hasCloudflare: true,
dateFormatLocale: "fr",
version: mangareaderVersion,
sourceCodeUrl: mangareaderSourceCodeUrl),
// Source(
// name: "Sushi-Scan",
// baseUrl: "https://sushiscan.net",