mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
nyaa cleanup
This commit is contained in:
@@ -24,7 +24,7 @@ Developer note: The software implements the [Torznab](https://github.com/Sonarr/
|
|||||||
* KickAssTorrent
|
* KickAssTorrent
|
||||||
* KickAssTorrent (kat.how clone)
|
* KickAssTorrent (kat.how clone)
|
||||||
* LimeTorrents
|
* LimeTorrents
|
||||||
* Nyaa <!-- maintained by bonny1992 -->
|
* Nyaa-Pantsu
|
||||||
* RARBG
|
* RARBG
|
||||||
* ShowRSS
|
* ShowRSS
|
||||||
* Sky torrents
|
* Sky torrents
|
||||||
|
@@ -185,6 +185,7 @@ namespace Jackett.Updater
|
|||||||
"Definitions/rarbg.yml",
|
"Definitions/rarbg.yml",
|
||||||
"Definitions/t411.yml",
|
"Definitions/t411.yml",
|
||||||
"Definitions/hdbc.yml", // renamed to hdbitscom
|
"Definitions/hdbc.yml", // renamed to hdbitscom
|
||||||
|
"Definitions/nyaa.yml",
|
||||||
};
|
};
|
||||||
|
|
||||||
foreach (var oldFIle in oldFiles)
|
foreach (var oldFIle in oldFiles)
|
||||||
|
@@ -748,7 +748,9 @@
|
|||||||
<Content Include="Definitions\polishtracker.yml">
|
<Content Include="Definitions\polishtracker.yml">
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
<None Include="Definitions\nyaa-pantsu.yml" />
|
<Content Include="Definitions\nyaa-pantsu.yml">
|
||||||
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||||
|
</Content>
|
||||||
<None Include="Definitions\redacted-scrape.yml" />
|
<None Include="Definitions\redacted-scrape.yml" />
|
||||||
<Content Include="Definitions\torrentz2.yml">
|
<Content Include="Definitions\torrentz2.yml">
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
|
Reference in New Issue
Block a user