mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-14 10:51:17 +00:00
17 lines
641 B
Dart
17 lines
641 B
Dart
import '../../../../../model/source.dart';
|
|
|
|
Source get otakudesu => _otakudesu;
|
|
const _otakudesuVersion = "0.0.56";
|
|
const _otakudesuCodeUrl =
|
|
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/anime/src/id/otakudesu/otakudesu.dart";
|
|
Source _otakudesu = Source(
|
|
name: "OtakuDesu",
|
|
baseUrl: "https://otakudesu.cloud",
|
|
lang: "id",
|
|
typeSource: "single",
|
|
iconUrl:
|
|
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/anime/src/id/otakudesu/icon.png",
|
|
sourceCodeUrl: _otakudesuCodeUrl,
|
|
version: _otakudesuVersion,
|
|
itemType: ItemType.anime);
|