mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-14 19:01:15 +00:00
Reorganize folders
This commit is contained in:
19
dart/anime/src/all/nyaa/source.dart
Normal file
19
dart/anime/src/all/nyaa/source.dart
Normal file
@@ -0,0 +1,19 @@
|
||||
import '../../../../../model/source.dart';
|
||||
|
||||
const _nyaaVersion = "0.0.2";
|
||||
const _nyaaSourceCodeUrl =
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/anime/src/all/nyaa/nyaa.dart";
|
||||
|
||||
String _iconUrl =
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/anime/src/all/nyaa/icon.png";
|
||||
|
||||
Source get nyaaSource => _nyaaSource;
|
||||
Source _nyaaSource = Source(
|
||||
name: 'Nyaa',
|
||||
baseUrl: "https://nyaa.si",
|
||||
lang: "all",
|
||||
typeSource: "torrent",
|
||||
iconUrl: _iconUrl,
|
||||
version: _nyaaVersion,
|
||||
isManga: false,
|
||||
sourceCodeUrl: _nyaaSourceCodeUrl);
|
||||
Reference in New Issue
Block a user