mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-14 02:41:39 +00:00
17 lines
618 B
Dart
17 lines
618 B
Dart
import '../../../../../model/source.dart';
|
|
|
|
Source get filma24 => _filma24;
|
|
const _filma24Version = "0.0.35";
|
|
const _filma24CodeUrl =
|
|
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/anime/src/sq/filma24/filma24.dart";
|
|
Source _filma24 = Source(
|
|
name: "Filma24",
|
|
baseUrl: "https://www.filma24.pl",
|
|
lang: "sq",
|
|
typeSource: "single",
|
|
iconUrl:
|
|
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/anime/src/sq/filma24/icon.png",
|
|
sourceCodeUrl: _filma24CodeUrl,
|
|
version: _filma24Version,
|
|
itemType: ItemType.anime);
|