mirror of
https://github.com/Jackett/Jackett.git
synced 2025-10-01 16:04:07 +02:00
Fix error when pressing the Test button for TPB (#1248)
* Fix error when pressing the Test button for TPB. This will remove searching by category for the time being. * Change HDPter to Ourbits
This commit is contained in:
@@ -107,7 +107,6 @@ Developer note: The software implements the [Torznab](https://github.com/Sonarr/
|
||||
* HDBits
|
||||
* HDClub
|
||||
* HDHome
|
||||
* HDPter
|
||||
* HDSky
|
||||
* HDTorrents.it
|
||||
* Hebits
|
||||
@@ -143,6 +142,7 @@ Developer note: The software implements the [Torznab](https://github.com/Sonarr/
|
||||
* NextGen
|
||||
* Norbits [![(invite needed)][inviteneeded]](#) <!-- added by DiseaseNO but no longer maintained? -->
|
||||
* notwhat.cd
|
||||
* Ourbits
|
||||
* Passione Torrent <!-- maintained by bonny1992 -->
|
||||
* PassThePopcorn [![(invite needed)][inviteneeded]](#)
|
||||
* PirateTheNet
|
||||
|
@@ -1,11 +1,11 @@
|
||||
---
|
||||
site: hdpter
|
||||
name: HDPter
|
||||
site: ourbits
|
||||
name: Ourbits
|
||||
language: zh-cn
|
||||
type: private
|
||||
encoding: UTF-8
|
||||
links:
|
||||
- https://www.hdpter.net/
|
||||
- https://ourbits.club/
|
||||
|
||||
caps:
|
||||
categorymappings:
|
@@ -73,7 +73,11 @@
|
||||
settings: []
|
||||
|
||||
search:
|
||||
path: "{{if .Query.Keywords}}search/{{ .Query.Keywords}}{{else}}{{end}}/0/99/{{range .Categories}}{{.}}{{end}}"
|
||||
path: "{{if .Query.Keywords}}
|
||||
search/{{ .Query.Keywords}}/0/99/
|
||||
{{else}}
|
||||
/recent
|
||||
{{end}}"
|
||||
rows:
|
||||
selector: "#searchResult tbody tr:has(td.vertTh)"
|
||||
fields:
|
||||
|
@@ -678,7 +678,7 @@
|
||||
<Content Include="Definitions\majomparade.yml">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="Definitions\hdpter.yml">
|
||||
<Content Include="Definitions\ourbits.yml">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="Definitions\arabafenice.yml">
|
||||
|
Reference in New Issue
Block a user