new source : otakufr (FR)

This commit is contained in:
kodjomoustapha
2023-08-01 22:51:04 +01:00
parent 9f0b297273
commit e00fef7c78
2 changed files with 242 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
import '../../../../model/source.dart';
Source get otakufr => _otakufr;
const otakufrVersion = "0.0.13";
const otakufrCodeUrl =
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/anime/src/fr/otakufr/otakufr-v$otakufrVersion.dart";
Source _otakufr = Source(
name: "otakufr",
baseUrl: "https://otakufr.co",
lang: "fr",
typeSource: "single",
iconUrl: '',
sourceCodeUrl: otakufrCodeUrl,
version: otakufrVersion,
isManga: false,
isFullData: false);