diff --git a/API/MangaConnectors/MangaPark.cs b/API/MangaConnectors/MangaPark.cs index cd3b673..f9a9cd1 100644 --- a/API/MangaConnectors/MangaPark.cs +++ b/API/MangaConnectors/MangaPark.cs @@ -229,7 +229,7 @@ public class MangaPark : MangaConnector return null; } - MatchCollection matchCollection = Matches(imageJson, @"https?:\/\/[^,]*\.webp"); + MatchCollection matchCollection = Matches(imageJson, @"https?:\/\/[\da-zA-Z\.]+\/[^,""]*\.[a-z]+"); return matchCollection.Select(m => m.Value).ToArray(); } else return null;