mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-20 13:50:31 +00:00
Refactor
This commit is contained in:
14
manga/multisrc/madara/src/yanpfansub/yanpfansub.dart
Normal file
14
manga/multisrc/madara/src/yanpfansub/yanpfansub.dart
Normal file
@@ -0,0 +1,14 @@
|
||||
import '../../../../../model/source.dart';
|
||||
|
||||
Source get yanpfansubSource => _yanpfansubSource;
|
||||
|
||||
Source _yanpfansubSource = Source(
|
||||
name: "YANP Fansub",
|
||||
baseUrl: "https://yanpfansub.com",
|
||||
lang: "pt-BR",
|
||||
|
||||
typeSource: "madara",
|
||||
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/manga/multisrc/madara/src/yanpfansub/icon.png",
|
||||
dateFormat:"MMMM dd, yyyy",
|
||||
dateFormatLocale:"pt-br",
|
||||
);
|
||||
Reference in New Issue
Block a user