seals: remove plain text link (#12361)

This commit is contained in:
ilike2burnthing
2021-10-03 00:00:01 +01:00
committed by GitHub
parent 673123d4a1
commit 331d7b0f65

View File

@@ -4,6 +4,7 @@ using System.Threading.Tasks;
using Jackett.Common.Indexers.Abstract; using Jackett.Common.Indexers.Abstract;
using Jackett.Common.Models; using Jackett.Common.Models;
using Jackett.Common.Services.Interfaces; using Jackett.Common.Services.Interfaces;
using Jackett.Common.Utils;
using Jackett.Common.Utils.Clients; using Jackett.Common.Utils.Clients;
using NLog; using NLog;
@@ -17,7 +18,7 @@ namespace Jackett.Common.Indexers
: base(id: "seals", : base(id: "seals",
name: "Seals", name: "Seals",
description: "Seals is a CHINESE Private site for MOVIES / TV", description: "Seals is a CHINESE Private site for MOVIES / TV",
link: "https://greatposterwall.com/", link: StringUtil.FromBase64("aHR0cHM6Ly9ncmVhdHBvc3RlcndhbGwuY29tLw=="),
caps: new TorznabCapabilities caps: new TorznabCapabilities
{ {
TvSearchParams = new List<TvSearchParam> TvSearchParams = new List<TvSearchParam>