diff --git a/src/Jackett.Common/Indexers/Demonoid.cs b/src/Jackett.Common/Indexers/Demonoid.cs index e660e2b31..da468148f 100644 --- a/src/Jackett.Common/Indexers/Demonoid.cs +++ b/src/Jackett.Common/Indexers/Demonoid.cs @@ -197,7 +197,7 @@ namespace Jackett.Common.Indexers release.Category = new List { TorznabCatType.AudioOther.ID }; } - release.Comments = new Uri(SiteLink + qLink.Attr("href")); + release.Comments = new Uri(new Uri(SiteLink), qLink.Attr("href")); release.Guid = release.Comments; var qDownload = rowB.ChildElements.ElementAt(2).ChildElements.ElementAt(0).Cq();