mirror of
https://github.com/Jackett/Jackett
synced 2025-01-03 13:46:10 +00:00
rename PassTheHeadphones ro Redacted
This commit is contained in:
parent
0a37ad630b
commit
6ff50e942c
4 changed files with 8 additions and 8 deletions
|
@ -122,7 +122,6 @@ Developer note: The software implements the [Torznab](https://github.com/Sonarr/
|
|||
* Norbits
|
||||
* nostream
|
||||
* notwhat.cd
|
||||
* PassTheHeadphones
|
||||
* PassThePopcorn
|
||||
* PirateTheNet
|
||||
* PiXELHD
|
||||
|
@ -131,6 +130,7 @@ Developer note: The software implements the [Torznab](https://github.com/Sonarr/
|
|||
* PrivateHD
|
||||
* QcTorrent
|
||||
* RapideTracker
|
||||
* Redacted (PassTheHeadphones)
|
||||
* RevolutionTT
|
||||
* Rockhard Lossless
|
||||
* RoDVD
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
---
|
||||
site: passtheheadphones-scrape
|
||||
name: PassTheHeadphones (scrape)
|
||||
site: redacted-scrape
|
||||
name: Redacted (scrape)
|
||||
description: "A music tracker"
|
||||
language: en-us
|
||||
type: private
|
||||
encoding: UTF-8
|
||||
links:
|
||||
- https://passtheheadphones.me
|
||||
- https://redacted.ch/
|
||||
|
||||
caps:
|
||||
categories:
|
|
@ -9,9 +9,9 @@ namespace Jackett.Indexers
|
|||
public class PassTheHeadphones : GazelleTracker, IIndexer
|
||||
{
|
||||
public PassTheHeadphones(IIndexerManagerService indexerManager, IWebClient webClient, Logger logger, IProtectionService protectionService)
|
||||
: base(name: "PassTheHeadphones",
|
||||
: base(name: "Redacted",
|
||||
desc: "A music tracker",
|
||||
link: "https://passtheheadphones.me/",
|
||||
link: "https://redacted.ch/",
|
||||
indexerManager: indexerManager,
|
||||
logger: logger,
|
||||
protectionService: protectionService,
|
|
@ -193,7 +193,7 @@
|
|||
<Compile Include="Indexers\Torrentech.cs" />
|
||||
<Compile Include="Indexers\nostream.cs" />
|
||||
<Compile Include="Indexers\notwhatcd.cs" />
|
||||
<Compile Include="Indexers\PassTheHeadphones.cs" />
|
||||
<Compile Include="Indexers\Redacted.cs" />
|
||||
<Compile Include="Indexers\Norbits.cs" />
|
||||
<Compile Include="Indexers\TVVault.cs" />
|
||||
<Compile Include="Indexers\BJShare.cs" />
|
||||
|
@ -650,7 +650,7 @@
|
|||
<Content Include="Definitions\arabafenice.yml">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<None Include="Definitions\passtheheadphones-scrape.yml" />
|
||||
<None Include="Definitions\redacted-scrape.yml" />
|
||||
<Content Include="Definitions\torrentz2.yml">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
|
|
Loading…
Reference in a new issue