mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-17 04:10:29 +00:00
14 lines
453 B
Dart
14 lines
453 B
Dart
import '../../../../../model/source.dart';
|
|
|
|
Source get gooffansubSource => _gooffansubSource;
|
|
|
|
Source _gooffansubSource = Source(
|
|
name: "Goof Fansub",
|
|
baseUrl: "https://gooffansub.com",
|
|
lang: "pt-BR",
|
|
|
|
typeSource: "madara",
|
|
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/manga/multisrc/madara/src/gooffansub/icon.png",
|
|
dateFormat:"dd/MM/yyy",
|
|
dateFormatLocale:"pt-br",
|
|
); |