mirror of
https://github.com/Jackett/Jackett
synced 2024-12-26 09:48:37 +00:00
Demonoid: fix comments link
This commit is contained in:
parent
df8f634ede
commit
7d332aada4
1 changed files with 1 additions and 1 deletions
|
@ -197,7 +197,7 @@ namespace Jackett.Common.Indexers
|
|||
release.Category = new List<int> { 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();
|
||||
|
|
Loading…
Reference in a new issue