From 7736e2f87d661abca3daae4fa3f9ec8d2f878090 Mon Sep 17 00:00:00 2001 From: Diego Heras Date: Thu, 9 Apr 2020 21:48:59 +0200 Subject: [PATCH] core: disable SupportsImdbTVSearch in all trackers due to #8107 (#8108) --- src/Jackett.Common/Indexers/AwesomeHD.cs | 4 ++-- src/Jackett.Common/Indexers/BitHdtv.cs | 4 ++-- src/Jackett.Common/Indexers/EliteTracker.cs | 4 ++-- src/Jackett.Common/Indexers/FunFile.cs | 4 ++-- src/Jackett.Common/Indexers/HDSpace.cs | 2 +- src/Jackett.Common/Indexers/HDTorrents.cs | 4 ++-- src/Jackett.Common/Indexers/IPTorrents.cs | 4 ++-- src/Jackett.Common/Indexers/PolishTracker.cs | 4 ++-- src/Jackett.Common/Indexers/Pretome.cs | 2 +- src/Jackett.Common/Indexers/SpeedCD.cs | 4 ++-- src/Jackett.Common/Indexers/TVstore.cs | 2 +- src/Jackett.Common/Indexers/TorrentBytes.cs | 2 +- src/Jackett.Common/Indexers/TorrentDay.cs | 4 ++-- src/Jackett.Common/Indexers/TorrentLeech.cs | 4 ++-- 14 files changed, 24 insertions(+), 24 deletions(-) diff --git a/src/Jackett.Common/Indexers/AwesomeHD.cs b/src/Jackett.Common/Indexers/AwesomeHD.cs index bf82fe201..21893e3e7 100644 --- a/src/Jackett.Common/Indexers/AwesomeHD.cs +++ b/src/Jackett.Common/Indexers/AwesomeHD.cs @@ -26,8 +26,8 @@ namespace Jackett.Common.Indexers link: "https://awesome-hd.me/", caps: new TorznabCapabilities { - SupportsImdbMovieSearch = true, - SupportsImdbTVSearch = true + SupportsImdbMovieSearch = true + // SupportsImdbTVSearch = true (supported by the site but disabled due to #8107) }, configService: configService, client: c, diff --git a/src/Jackett.Common/Indexers/BitHdtv.cs b/src/Jackett.Common/Indexers/BitHdtv.cs index 0743fa537..c8060e65c 100644 --- a/src/Jackett.Common/Indexers/BitHdtv.cs +++ b/src/Jackett.Common/Indexers/BitHdtv.cs @@ -36,8 +36,8 @@ namespace Jackett.Common.Indexers link: "https://www.bit-hdtv.com/", caps: new TorznabCapabilities { - SupportsImdbMovieSearch = true, - SupportsImdbTVSearch = true + SupportsImdbMovieSearch = true + // SupportsImdbTVSearch = true (supported by the site but disabled due to #8107) }, configService: configService, client: w, diff --git a/src/Jackett.Common/Indexers/EliteTracker.cs b/src/Jackett.Common/Indexers/EliteTracker.cs index b2cce3b6f..d323815b6 100644 --- a/src/Jackett.Common/Indexers/EliteTracker.cs +++ b/src/Jackett.Common/Indexers/EliteTracker.cs @@ -29,8 +29,8 @@ namespace Jackett.Common.Indexers link: "https://elite-tracker.net/", caps: new TorznabCapabilities { - SupportsImdbMovieSearch = true, - SupportsImdbTVSearch = true + SupportsImdbMovieSearch = true + // SupportsImdbTVSearch = true (supported by the site but disabled due to #8107) }, configService: configService, logger: logger, diff --git a/src/Jackett.Common/Indexers/FunFile.cs b/src/Jackett.Common/Indexers/FunFile.cs index 96aa8f223..1ae584738 100644 --- a/src/Jackett.Common/Indexers/FunFile.cs +++ b/src/Jackett.Common/Indexers/FunFile.cs @@ -27,8 +27,8 @@ namespace Jackett.Common.Indexers link: "https://www.funfile.org/", caps: new TorznabCapabilities { - SupportsImdbMovieSearch = true, - SupportsImdbTVSearch = true + SupportsImdbMovieSearch = true + // SupportsImdbTVSearch = true (supported by the site but disabled due to #8107) }, configService: configService, client: w, diff --git a/src/Jackett.Common/Indexers/HDSpace.cs b/src/Jackett.Common/Indexers/HDSpace.cs index 62106a6af..718578f47 100644 --- a/src/Jackett.Common/Indexers/HDSpace.cs +++ b/src/Jackett.Common/Indexers/HDSpace.cs @@ -42,7 +42,7 @@ namespace Jackett.Common.Indexers Language = "en-us"; Type = "private"; TorznabCaps.SupportsImdbMovieSearch = true; - TorznabCaps.SupportsImdbTVSearch = true; + // TorznabCaps.SupportsImdbTVSearch = true; (supported by the site but disabled due to #8107) AddCategoryMapping(15, TorznabCatType.MoviesBluRay); // Movie / Blu-ray AddMultiCategoryMapping(TorznabCatType.MoviesHD, diff --git a/src/Jackett.Common/Indexers/HDTorrents.cs b/src/Jackett.Common/Indexers/HDTorrents.cs index 968bc6194..0fdfdd904 100644 --- a/src/Jackett.Common/Indexers/HDTorrents.cs +++ b/src/Jackett.Common/Indexers/HDTorrents.cs @@ -41,8 +41,8 @@ namespace Jackett.Common.Indexers link: "https://hdts.ru/",// Of the accessible domains the .ru seems the most reliable. https://hdts.ru | https://hd-torrents.org | https://hd-torrents.net | https://hd-torrents.me caps: new TorznabCapabilities { - SupportsImdbMovieSearch = true, - SupportsImdbTVSearch = true + SupportsImdbMovieSearch = true + // SupportsImdbTVSearch = true (supported by the site but disabled due to #8107) }, configService: configService, client: w, diff --git a/src/Jackett.Common/Indexers/IPTorrents.cs b/src/Jackett.Common/Indexers/IPTorrents.cs index ad309244d..add9f984a 100644 --- a/src/Jackett.Common/Indexers/IPTorrents.cs +++ b/src/Jackett.Common/Indexers/IPTorrents.cs @@ -49,8 +49,8 @@ namespace Jackett.Common.Indexers link: "https://iptorrents.com/", caps: new TorznabCapabilities { - SupportsImdbMovieSearch = true, - SupportsImdbTVSearch = true + SupportsImdbMovieSearch = true + // SupportsImdbTVSearch = true (supported by the site but disabled due to #8107) }, configService: configService, client: wc, diff --git a/src/Jackett.Common/Indexers/PolishTracker.cs b/src/Jackett.Common/Indexers/PolishTracker.cs index fce51555a..07ee2506a 100644 --- a/src/Jackett.Common/Indexers/PolishTracker.cs +++ b/src/Jackett.Common/Indexers/PolishTracker.cs @@ -32,8 +32,8 @@ namespace Jackett.Common.Indexers link: "https://pte.nu/", caps: new TorznabCapabilities { - SupportsImdbMovieSearch = true, - SupportsImdbTVSearch = true, + SupportsImdbMovieSearch = true + // SupportsImdbTVSearch = true (supported by the site but disabled due to #8107) }, configService: configService, client: wc, diff --git a/src/Jackett.Common/Indexers/Pretome.cs b/src/Jackett.Common/Indexers/Pretome.cs index 927f40cfd..225c03348 100644 --- a/src/Jackett.Common/Indexers/Pretome.cs +++ b/src/Jackett.Common/Indexers/Pretome.cs @@ -37,7 +37,7 @@ namespace Jackett.Common.Indexers Type = "private"; TorznabCaps.SupportsImdbMovieSearch = true; - TorznabCaps.SupportsImdbTVSearch = true; + // TorznabCaps.SupportsImdbTVSearch = true; (supported by the site but disabled due to #8107) // Unfortunately most of them are tags not categories and they return the parent category // we have to re-add the tags with the parent category so the results are not removed with the filtering diff --git a/src/Jackett.Common/Indexers/SpeedCD.cs b/src/Jackett.Common/Indexers/SpeedCD.cs index e333e5555..8d8b278f3 100644 --- a/src/Jackett.Common/Indexers/SpeedCD.cs +++ b/src/Jackett.Common/Indexers/SpeedCD.cs @@ -32,8 +32,8 @@ namespace Jackett.Common.Indexers link: "https://speed.cd/", caps: new TorznabCapabilities { - SupportsImdbMovieSearch = true, - SupportsImdbTVSearch = true + SupportsImdbMovieSearch = true + // SupportsImdbTVSearch = true (supported by the site but disabled due to #8107) }, configService: configService, client: wc, diff --git a/src/Jackett.Common/Indexers/TVstore.cs b/src/Jackett.Common/Indexers/TVstore.cs index c4845f78e..1b42bec98 100644 --- a/src/Jackett.Common/Indexers/TVstore.cs +++ b/src/Jackett.Common/Indexers/TVstore.cs @@ -35,8 +35,8 @@ namespace Jackett.Common.Indexers link: "https://tvstore.me/", caps: new TorznabCapabilities { - SupportsImdbTVSearch = true, SupportsImdbMovieSearch = true // Needed for IMDb searches to work see #7977 + // SupportsImdbTVSearch = true (supported by the site but disabled due to #8107) }, configService: configService, client: wc, diff --git a/src/Jackett.Common/Indexers/TorrentBytes.cs b/src/Jackett.Common/Indexers/TorrentBytes.cs index f6ff39ab6..df1d053b7 100644 --- a/src/Jackett.Common/Indexers/TorrentBytes.cs +++ b/src/Jackett.Common/Indexers/TorrentBytes.cs @@ -38,7 +38,7 @@ namespace Jackett.Common.Indexers Type = "private"; TorznabCaps.SupportsImdbMovieSearch = true; - TorznabCaps.SupportsImdbTVSearch = true; + // TorznabCaps.SupportsImdbTVSearch = true; (supported by the site but disabled due to #8107) AddCategoryMapping(23, TorznabCatType.TVAnime, "Anime"); AddCategoryMapping(52, TorznabCatType.PCMac, "Apple/All"); diff --git a/src/Jackett.Common/Indexers/TorrentDay.cs b/src/Jackett.Common/Indexers/TorrentDay.cs index eadc6f482..2802ceba6 100644 --- a/src/Jackett.Common/Indexers/TorrentDay.cs +++ b/src/Jackett.Common/Indexers/TorrentDay.cs @@ -53,8 +53,8 @@ namespace Jackett.Common.Indexers link: "https://tday.love/", caps: new TorznabCapabilities { - SupportsImdbMovieSearch = true, - SupportsImdbTVSearch = true + SupportsImdbMovieSearch = true + // SupportsImdbTVSearch = true (supported by the site but disabled due to #8107) }, configService: configService, client: wc, diff --git a/src/Jackett.Common/Indexers/TorrentLeech.cs b/src/Jackett.Common/Indexers/TorrentLeech.cs index 599f047d2..1aafb7642 100644 --- a/src/Jackett.Common/Indexers/TorrentLeech.cs +++ b/src/Jackett.Common/Indexers/TorrentLeech.cs @@ -34,8 +34,8 @@ namespace Jackett.Common.Indexers link: "https://www.torrentleech.org/", caps: new TorznabCapabilities { - SupportsImdbMovieSearch = true, - SupportsImdbTVSearch = true + SupportsImdbMovieSearch = true + // SupportsImdbTVSearch = true (supported by the site but disabled due to #8107) }, configService: configService, client: wc,