Removed dead sources

This commit is contained in:
kodjomoustapha
2023-12-10 16:13:32 +01:00
parent 83179ad293
commit fe0568c12a
6 changed files with 1 additions and 52 deletions

View File

@@ -1,14 +0,0 @@
import '../../../../../model/source.dart';
Source get itsyourrightmanhuaSource => _itsyourrightmanhuaSource;
Source _itsyourrightmanhuaSource = Source(
name: "Its Your Right Manhua",
baseUrl: "https://itsyourightmanhua.com/",
lang: "en",
typeSource: "madara",
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/manga/multisrc/madara/src/itsyourrightmanhua/icon.png",
dateFormat:"MMMM d, yyyy",
dateFormatLocale:"en_us",
);

View File

@@ -1,14 +0,0 @@
import '../../../../../model/source.dart';
Source get mangavisaSource => _mangavisaSource;
Source _mangavisaSource = Source(
name: "MangaVisa",
baseUrl: "https://mangavisa.com",
lang: "en",
typeSource: "madara",
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/manga/multisrc/madara/src/mangavisa/icon.png",
dateFormat:"MMMM dd, yyyy",
dateFormatLocale:"en_us",
);