Description value duplicate #2
This commit is contained in:
parent
72ce75c6e0
commit
14b694d3be
@ -112,7 +112,7 @@ public class Manganato : Connector
|
||||
string coverFileNameInCache = SaveCoverImageToCache(posterUrl, 1);
|
||||
|
||||
string description = document.DocumentNode.Descendants("div").First(d => d.HasClass("panel-story-info-description"))
|
||||
.InnerText;
|
||||
.InnerText.Replace("Description :", "");
|
||||
|
||||
|
||||
return new Publication(sortName, author, description, altTitles, tags.ToArray(), posterUrl, coverFileNameInCache, links,
|
||||
|
Loading…
Reference in New Issue
Block a user