New source: Yomiroll (ALL)

This commit is contained in:
kodjomoustapha
2024-02-03 16:59:24 +01:00
parent f4f8049977
commit 8d388d8c98
4 changed files with 1175 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

View File

@@ -0,0 +1,19 @@
import '../../../../model/source.dart';
const _yomirollVersion = "0.0.1";
const _yomirollSourceCodeUrl =
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/anime/src/all/yomiroll/yomiroll.dart";
String _iconUrl =
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/anime/src/all/yomiroll/icon.png";
Source get yomirollSource => _yomirollSource;
Source _yomirollSource = Source(
name: 'Yomiroll',
baseUrl: "https://crunchyroll.com",
lang: "all",
typeSource: "multiple",
iconUrl: _iconUrl,
version: _yomirollVersion,
isManga: false,
sourceCodeUrl: _yomirollSourceCodeUrl);

File diff suppressed because it is too large Load Diff