mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
@@ -215,6 +215,7 @@ namespace Jackett.Common.Indexers
|
||||
|
||||
release.MagnetUri = new Uri(item.Value<string>("download"));
|
||||
release.InfoHash = release.MagnetUri.ToString().Split(':')[3].Split('&')[0];
|
||||
release.Link = new Uri("http://itorrents.org/torrent/" + release.InfoHash + ".torrent");
|
||||
|
||||
release.Comments = new Uri(item.Value<string>("info_page"));
|
||||
release.Guid = release.MagnetUri;
|
||||
|
Reference in New Issue
Block a user