chore(mangareader): remove PotatoManga source (AR) - site is offline

This commit is contained in:
xMohnad
2025-06-05 13:18:50 +03:00
parent 54ec155d0a
commit 5aeaab3155
3 changed files with 0 additions and 17 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.9 KiB

View File

@@ -1,14 +0,0 @@
import '../../../../../../model/source.dart';
Source get potatomangaSource => _potatomangaSource;
Source _potatomangaSource = Source(
name: "PotatoManga",
baseUrl: "https://ar.potatomanga.xyz",
lang: "ar",
isNsfw: false,
typeSource: "mangareader",
iconUrl:
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/potatomanga/icon.png",
dateFormat: "MMMM dd, yyyy",
dateFormatLocale: "ar",
);