mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-17 12:20:28 +00:00
14 lines
465 B
Dart
14 lines
465 B
Dart
import '../../../../../model/source.dart';
|
|
|
|
Source get mangaweebsSource => _mangaweebsSource;
|
|
|
|
Source _mangaweebsSource = Source(
|
|
name: "Manga Weebs",
|
|
baseUrl: "https://mangaweebs.in",
|
|
lang: "en",
|
|
isNsfw:true,
|
|
typeSource: "madara",
|
|
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/manga/multisrc/madara/src/mangaweebs/icon.png",
|
|
dateFormat:"dd MMMM HH:mm",
|
|
dateFormatLocale:"en_us",
|
|
); |