core: disable SupportsImdbTVSearch in all trackers due to #8107 (#8108)

This commit is contained in:
Diego Heras 2020-04-09 21:48:59 +02:00 committed by GitHub
parent 208ca3b065
commit 7736e2f87d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
14 changed files with 24 additions and 24 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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