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:
Zac Bowling 2025-09-30 18:39:28 -07:00 committed by GitHub
parent 471c9910a0
commit 2f7d821d45
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;