mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-18 12:50:30 +00:00
14 lines
476 B
Dart
14 lines
476 B
Dart
import '../../../../../model/source.dart';
|
|
|
|
Source get yanpfansubSource => _yanpfansubSource;
|
|
|
|
Source _yanpfansubSource = Source(
|
|
name: "YANP Fansub",
|
|
baseUrl: "https://yanpfansub.com",
|
|
lang: "pt-BR",
|
|
isNsfw:true,
|
|
typeSource: "madara",
|
|
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/manga/multisrc/madara/src/yanpfansub/icon.png",
|
|
dateFormat:"MMMM dd, yyyy",
|
|
dateFormatLocale:"pt-br",
|
|
); |