mirror of
https://github.com/Jackett/Jackett
synced 2024-12-26 09:48:37 +00:00
nyaa cleanup
This commit is contained in:
parent
378b63a658
commit
a86c30fdd4
3 changed files with 5 additions and 2 deletions
|
@ -24,7 +24,7 @@ Developer note: The software implements the [Torznab](https://github.com/Sonarr/
|
|||
* KickAssTorrent
|
||||
* KickAssTorrent (kat.how clone)
|
||||
* LimeTorrents
|
||||
* Nyaa <!-- maintained by bonny1992 -->
|
||||
* Nyaa-Pantsu
|
||||
* RARBG
|
||||
* ShowRSS
|
||||
* Sky torrents
|
||||
|
|
|
@ -185,6 +185,7 @@ namespace Jackett.Updater
|
|||
"Definitions/rarbg.yml",
|
||||
"Definitions/t411.yml",
|
||||
"Definitions/hdbc.yml", // renamed to hdbitscom
|
||||
"Definitions/nyaa.yml",
|
||||
};
|
||||
|
||||
foreach (var oldFIle in oldFiles)
|
||||
|
|
|
@ -748,7 +748,9 @@
|
|||
<Content Include="Definitions\polishtracker.yml">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<None Include="Definitions\nyaa-pantsu.yml" />
|
||||
<Content Include="Definitions\nyaa-pantsu.yml">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<None Include="Definitions\redacted-scrape.yml" />
|
||||
<Content Include="Definitions\torrentz2.yml">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
|
|
Loading…
Reference in a new issue