Skip to content

Commit

Permalink
dontorrent: change domain *.top
Browse files Browse the repository at this point in the history
  • Loading branch information
ilike2burnthing committed Mar 5, 2022
1 parent 22da80a commit 9923086
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/Jackett.Common/Indexers/DonTorrent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ private static class DonTorrentCatType
private const string SearchUrl = "buscar/";

public override string[] AlternativeSiteLinks { get; protected set; } = {
"https://dontorrent.eu/",
"https://dontorrent.top/",
"https://todotorrents.net/",
"https://tomadivx.net/",
"https://seriesblanco.one/"
Expand All @@ -51,7 +51,8 @@ private static class DonTorrentCatType
"https://dontorrent.nu/",
"https://dontorrent.si/",
"https://dontorrent.sk/",
"https://dontorrent.li/"
"https://dontorrent.li/",
"https://dontorrent.eu/"
};

private static Dictionary<string, string> CategoriesMap => new Dictionary<string, string>
Expand All @@ -69,7 +70,7 @@ private static class DonTorrentCatType
: base(id: "dontorrent",
name: "DonTorrent",
description: "DonTorrent is a SPANISH public tracker for MOVIES / TV / GENERAL",
link: "https://dontorrent.eu/",
link: "https://dontorrent.top/",
caps: new TorznabCapabilities
{
TvSearchParams = new List<TvSearchParam>
Expand Down

0 comments on commit 9923086

Please sign in to comment.