mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-14 02:41:39 +00:00
17 lines
669 B
Dart
17 lines
669 B
Dart
import '../../../../../model/source.dart';
|
|
|
|
Source get diziwatchSource => _diziwatchSource;
|
|
const _diziwatchVersion = "0.0.1";
|
|
const _diziwatchSourceCodeUrl =
|
|
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/anime/src/tr/diziwatch/diziwatch.dart";
|
|
Source _diziwatchSource = Source(
|
|
name: "diziWatch",
|
|
baseUrl: "https://diziwatch.net",
|
|
lang: "tr",
|
|
typeSource: "single",
|
|
iconUrl:
|
|
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/anime/src/tr/diziwatch/icon.png",
|
|
sourceCodeUrl: _diziwatchSourceCodeUrl,
|
|
version: _diziwatchVersion,
|
|
itemType: ItemType.anime);
|