Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Prowlarr/commit/80d295cce5fcb55363f3dc1417752674c2b71af5 You should set ROOT_URL correctly, otherwise the web may not work correctly.

New: (HDTorrents) Add hd-torrents.org as Url option

Fixes 
pull/868/head
Qstick 3 years ago
parent 76afb70b01
commit 80d295cce5

@ -24,7 +24,7 @@ namespace NzbDrone.Core.Indexers.Definitions
{
public override string Name => "HD-Torrents";
public override string[] IndexerUrls => new string[] { "https://hdts.ru/" };
public override string[] IndexerUrls => new string[] { "https://hdts.ru/", "https://hd-torrents.org/" };
public override string Description => "HD-Torrents is a private torrent website with HD torrents and strict rules on their content.";
private string LoginUrl => Settings.BaseUrl + "login.php";
public override DownloadProtocol Protocol => DownloadProtocol.Torrent;

Loading…
Cancel
Save