Fixed: (GreatPosterWall) Remove special characters from titles

pull/1396/head
Bogdan 2 years ago
parent dbf86efb0a
commit 9b2274805e

@ -149,7 +149,7 @@ public class GreatPosterWallParser : GazelleParser
var release = new GazelleInfo
{
Title = torrent.FileName,
Title = WebUtility.HtmlDecode(torrent.FileName).Trim(),
Guid = infoUrl,
InfoUrl = infoUrl,
PosterUrl = GetPosterUrl(result.Cover),

Loading…
Cancel
Save