Skip to content

Commit

Permalink
mejortorrent: update link *1.com
Browse files Browse the repository at this point in the history
  • Loading branch information
ilike2burnthing committed Jan 16, 2021
1 parent cc5ad50 commit 998d991
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/Jackett.Common/Indexers/MejorTorrent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,16 @@ private static class MejorTorrentCatType
"http://www.mejortorrent.tv/",
"http://www.mejortorrentt.com/",
"https://www.mejortorrentt.org/",
"http://www.mejortorrentt.org/"
"http://www.mejortorrentt.org/",
"https://www.mejortorrents.net/"
};

public MejorTorrent(IIndexerConfigurationService configService, WebClient w, Logger l, IProtectionService ps,
ICacheService cs)
: base(id: "mejortorrent",
name: "MejorTorrent",
description: "MejorTorrent - Hay veces que un torrent viene mejor! :)",
link: "https://www.mejortorrents.net/",
link: "https://www.mejortorrents1.com/",
caps: new TorznabCapabilities
{
TvSearchParams = new List<TvSearchParam>
Expand Down

0 comments on commit 998d991

Please sign in to comment.