mirror of
https://github.com/Prowlarr/Prowlarr
synced 2025-12-06 00:22:31 +01:00
Fixed: (RevolutionTT) New Domain (#2511)
* RevolutionTT switched domains * fixup! Co-authored-by: ilike2burnthing <59480337+ilike2burnthing@users.noreply.github.com> --------- Co-authored-by: bakerboy448 <55419169+bakerboy448@users.noreply.github.com> Co-authored-by: ilike2burnthing <59480337+ilike2burnthing@users.noreply.github.com>
This commit is contained in:
parent
471c9910a0
commit
2f7d821d45
1 changed files with 2 additions and 1 deletions
|
|
@ -23,7 +23,8 @@ public class RevolutionTT : TorrentIndexerBase<UserPassTorrentBaseSettings>
|
|||
{
|
||||
public override string Name => "RevolutionTT";
|
||||
|
||||
public override string[] IndexerUrls => new[] { "https://revolutiontt.me/" };
|
||||
public override string[] IndexerUrls => new[] { "https://revott.me/" };
|
||||
public override string[] LegacyUrls => new[] { "https://revolutiontt.me/" };
|
||||
public override string Description => "The Revolution has begun";
|
||||
private string LoginUrl => Settings.BaseUrl + "takelogin.php";
|
||||
public override IndexerPrivacy Privacy => IndexerPrivacy.Private;
|
||||
|
|
|
|||
Loading…
Reference in a new issue