mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
@@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
id: yourexotic
|
id: exoticaz
|
||||||
name: ExoticaZ
|
name: ExoticaZ
|
||||||
description: "ExoticaZ (YourExotic) is a Private Torrent Tracker for 3X"
|
description: "ExoticaZ (YourExotic) is a Private Torrent Tracker for 3X"
|
||||||
language: en-us
|
language: en-us
|
@@ -39,7 +39,8 @@ namespace Jackett.Common.Services
|
|||||||
{"nostalgic", "vhstapes"},
|
{"nostalgic", "vhstapes"},
|
||||||
{"passtheheadphones", "redacted"},
|
{"passtheheadphones", "redacted"},
|
||||||
{"tehconnectionme", "anthelion"},
|
{"tehconnectionme", "anthelion"},
|
||||||
{"transmithenet", "nebulance"}
|
{"transmithenet", "nebulance"},
|
||||||
|
{"yourexotic", "exoticaz"}
|
||||||
};
|
};
|
||||||
|
|
||||||
public IndexerManagerService(IIndexerConfigurationService config, IProtectionService protectionService, WebClient webClient, Logger l, ICacheService cache, IProcessService processService, IConfigurationService globalConfigService, ServerConfig serverConfig)
|
public IndexerManagerService(IIndexerConfigurationService config, IProtectionService protectionService, WebClient webClient, Logger l, ICacheService cache, IProcessService processService, IConfigurationService globalConfigService, ServerConfig serverConfig)
|
||||||
|
@@ -338,7 +338,7 @@ namespace Jackett.Updater
|
|||||||
"Definitions/music-master.yml",
|
"Definitions/music-master.yml",
|
||||||
"Definitions/nachtwerk.yml",
|
"Definitions/nachtwerk.yml",
|
||||||
"Definitions/nexttorrent.yml",
|
"Definitions/nexttorrent.yml",
|
||||||
"Definitions/nostalgic.yml",
|
"Definitions/nostalgic.yml", // renamed to vhstapes.yml
|
||||||
"Definitions/nyaa.yml",
|
"Definitions/nyaa.yml",
|
||||||
"Definitions/nyoo.yml",
|
"Definitions/nyoo.yml",
|
||||||
"Definitions/passionetorrent.yml",
|
"Definitions/passionetorrent.yml",
|
||||||
@@ -393,6 +393,7 @@ namespace Jackett.Updater
|
|||||||
"Definitions/worldofp2p.yml",
|
"Definitions/worldofp2p.yml",
|
||||||
"Definitions/worldwidetorrents.yml",
|
"Definitions/worldwidetorrents.yml",
|
||||||
"Definitions/xktorrent.yml",
|
"Definitions/xktorrent.yml",
|
||||||
|
"Definitions/yourexotic.yml", // renamed to exoticaz.yml
|
||||||
"Microsoft.Owin.dll",
|
"Microsoft.Owin.dll",
|
||||||
"Microsoft.Owin.FileSystems.dll",
|
"Microsoft.Owin.FileSystems.dll",
|
||||||
"Microsoft.Owin.Host.HttpListener.dll",
|
"Microsoft.Owin.Host.HttpListener.dll",
|
||||||
|
Reference in New Issue
Block a user