mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-14 10:51:17 +00:00
17 lines
666 B
Dart
17 lines
666 B
Dart
import '../../../../../model/source.dart';
|
|
|
|
Source get gogoanimeSource => _gogoanimeSource;
|
|
const _gogoanimeVersion = "0.1.15";
|
|
const _gogoanimeSourceCodeUrl =
|
|
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/anime/src/en/gogoanime/gogoanime.dart";
|
|
Source _gogoanimeSource = Source(
|
|
name: "Gogoanime",
|
|
baseUrl: "https://anitaku.to",
|
|
lang: "en",
|
|
typeSource: "single",
|
|
iconUrl:
|
|
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/anime/src/en/gogoanime/icon.png",
|
|
sourceCodeUrl: _gogoanimeSourceCodeUrl,
|
|
version: _gogoanimeVersion,
|
|
itemType: ItemType.anime);
|