mirror of
https://github.com/C9Glax/tranga.git
synced 2025-10-11 05:09:49 +02:00
Fix parsing of image urls
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user