Files
kodjodevf-mangayomi-extensions/dart/manga/multisrc/madara/src/gatemanga/gatemanga.dart
2024-05-17 20:33:34 +01:00

14 lines
457 B
Dart

import '../../../../../../model/source.dart';
Source get gatemangaSource => _gatemangaSource;
Source _gatemangaSource = Source(
name: "Gatemanga",
baseUrl: "https://gatemanga.com",
lang: "ar",
isNsfw:false,
typeSource: "madara",
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/bbranchNamee/dart/manga/multisrc/madara/src/gatemanga/icon.png",
dateFormat:"d MMMM، yyyy",
dateFormatLocale:"ar"
);