Update source.dart - URL fix

This commit is contained in:
KptnFishy
2025-06-05 00:13:57 +02:00
committed by GitHub
parent de2c69d2d3
commit eb0c635551

View File

@@ -6,8 +6,8 @@ const _mangaparkSourceCodeUrl = "https://raw.githubusercontent.com/kodjodevf/man
const _mangaparkIconUrl = "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/src/en/mangapark/icon.png";
Source _mangaparkSource = Source(
name: "MangaPark",
baseUrl: "http://www.mangapark.io",
apiUrl: "http://www.mangapark.io/apo/",
baseUrl: "https://mangapark.io",
apiUrl: "https://mangapark.io/apo/",
lang: "en",
typeSource: "single",
iconUrl: _mangaparkIconUrl,