mirror of
https://github.com/Jackett/Jackett
synced 2025-01-01 04:38:20 +00:00
This commit is contained in:
parent
208ca3b065
commit
7736e2f87d
14 changed files with 24 additions and 24 deletions
|
@ -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,
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -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");
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue