Fixed: (Rarbg) Change app_id per site request

This commit is contained in:
bakerboy448
2023-02-21 15:39:30 -06:00
committed by GitHub
parent b608a7a904
commit 5bb3dbfbf5
5 changed files with 5 additions and 5 deletions
@@ -84,7 +84,7 @@ namespace NzbDrone.Core.Indexers.Definitions.Rarbg
Title = torrent.title,
Size = torrent.size,
DownloadUrl = torrent.download,
InfoUrl = $"{torrent.info_page}&app_id={BuildInfo.AppName}_{BuildInfo.Version}",
InfoUrl = $"{torrent.info_page}&app_id=rralworP_{BuildInfo.Version}",
PublishDate = torrent.pubdate.ToUniversalTime(),
Seeders = torrent.seeders,
Peers = torrent.leechers + torrent.seeders,