mirror of https://github.com/Jackett/Jackett
RevolutionTT: use normal details link
This commit is contained in:
parent
67093c96bc
commit
4942d429f0
|
@ -273,7 +273,7 @@ namespace Jackett.Indexers
|
|||
Title = title,
|
||||
Description = title,
|
||||
Guid = new Uri(string.Format(DetailsURL, torrentId)),
|
||||
Comments = new Uri(string.Format(DetailsURL, torrentId) + "&tocomm=1"),
|
||||
Comments = new Uri(string.Format(DetailsURL, torrentId)),
|
||||
PublishDate = DateTime.ParseExact(infoMatch.Groups["added"].Value, "yyyy-MM-dd H:mm:ss", CultureInfo.InvariantCulture), //2015-08-08 21:20:31
|
||||
Link = new Uri(link),
|
||||
Seeders = ParseUtil.CoerceInt(infoMatch.Groups["seeders"].Value == "no" ? "0" : infoMatch.Groups["seeders"].Value),
|
||||
|
|
Loading…
Reference in New Issue