mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-14 02:41:39 +00:00
17 lines
619 B
Dart
17 lines
619 B
Dart
import '../../../../model/source.dart';
|
|
|
|
Source get animesamaSource => _animesama;
|
|
const animesamaVersion = "0.0.15";
|
|
const animesamaCodeUrl =
|
|
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/anime/src/fr/animesama/animesama.dart";
|
|
Source _animesama = Source(
|
|
name: "Anime-Sama",
|
|
baseUrl: "https://anime-sama.fr",
|
|
lang: "fr",
|
|
typeSource: "single",
|
|
iconUrl:
|
|
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/anime/src/fr/animesama/icon.png",
|
|
sourceCodeUrl: animesamaCodeUrl,
|
|
version: animesamaVersion,
|
|
isManga: false);
|