Files
kodjodevf-mangayomi-extensions/manga/multisrc/madara/src/hentaiteca/hentaiteca.dart
kodjomoustapha fe6bf88086 Refactor
2023-12-08 16:04:42 +01:00

14 lines
458 B
Dart

import '../../../../../model/source.dart';
Source get hentaitecaSource => _hentaitecaSource;
Source _hentaitecaSource = Source(
name: "Hentai Teca",
baseUrl: "https://hentaiteca.net",
lang: "pt-BR",
typeSource: "madara",
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/manga/multisrc/madara/src/hentaiteca/icon.png",
dateFormat:"MMMMM dd, yyyy",
dateFormatLocale:"pt-br",
);