mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
Rockhard Lossless: removed (dead)
according to https://opentrackers.org/rockhard-lossless/
This commit is contained in:
@@ -220,7 +220,6 @@ Developer note: The software implements the [Torznab](https://github.com/Sonarr/
|
|||||||
* PuntoTorrent
|
* PuntoTorrent
|
||||||
* Redacted (PassTheHeadphones)
|
* Redacted (PassTheHeadphones)
|
||||||
* RevolutionTT
|
* RevolutionTT
|
||||||
* Rockhard Lossless
|
|
||||||
* RoDVD
|
* RoDVD
|
||||||
* SceneFZ
|
* SceneFZ
|
||||||
* SceneReactor
|
* SceneReactor
|
||||||
|
@@ -1,82 +0,0 @@
|
|||||||
---
|
|
||||||
site: rockhardlossless
|
|
||||||
name: Rockhard Lossless
|
|
||||||
description: "RockHard Lossless is a Private Torrent Tracker for LOSSLESS ROCK MUSIC"
|
|
||||||
language: en-us
|
|
||||||
type: private
|
|
||||||
encoding: UTF-8
|
|
||||||
links:
|
|
||||||
- https://rockhard-lossless.org
|
|
||||||
|
|
||||||
caps:
|
|
||||||
categories:
|
|
||||||
1: Audio
|
|
||||||
|
|
||||||
modes:
|
|
||||||
search: [q]
|
|
||||||
tv-search: [q, season, ep]
|
|
||||||
|
|
||||||
login:
|
|
||||||
path: login.php
|
|
||||||
method: form
|
|
||||||
form: form[action="takelogin.php"]
|
|
||||||
inputs:
|
|
||||||
username: "{{ .Config.username }}"
|
|
||||||
password: "{{ .Config.password }}"
|
|
||||||
error:
|
|
||||||
- selector: tbody:has(td.colhead > span:contains("Error"))
|
|
||||||
- selector: tbody:has(td.colhead > span:contains("failed"))
|
|
||||||
test:
|
|
||||||
path: /browse.php
|
|
||||||
|
|
||||||
search:
|
|
||||||
paths:
|
|
||||||
- path: /browse.php
|
|
||||||
method: post
|
|
||||||
inputs:
|
|
||||||
search: "{{ .Query.Keywords }}"
|
|
||||||
incldead: "1"
|
|
||||||
searchin: "title"
|
|
||||||
rows:
|
|
||||||
selector: table > tbody tr.tt
|
|
||||||
filters:
|
|
||||||
- name: andmatch
|
|
||||||
fields:
|
|
||||||
title:
|
|
||||||
selector: a[href^="details.php?id="]
|
|
||||||
category:
|
|
||||||
text: "1"
|
|
||||||
details:
|
|
||||||
selector: a[href^="details.php?id="]
|
|
||||||
attribute: href
|
|
||||||
download:
|
|
||||||
selector: a[href^="download.php?torrent="]
|
|
||||||
attribute: href
|
|
||||||
banner:
|
|
||||||
selector: td:nth-child(2) > img
|
|
||||||
attribute: src
|
|
||||||
size:
|
|
||||||
selector: td:nth-child(9)
|
|
||||||
files:
|
|
||||||
selector: td:nth-child(6)
|
|
||||||
grabs:
|
|
||||||
selector: td:nth-child(10)
|
|
||||||
filters:
|
|
||||||
- name: regexp
|
|
||||||
args: ([\d\.]+)
|
|
||||||
seeders:
|
|
||||||
selector: td:nth-child(11)
|
|
||||||
leechers:
|
|
||||||
selector: td:nth-child(12)
|
|
||||||
date:
|
|
||||||
selector: td:nth-child(8)
|
|
||||||
downloadvolumefactor:
|
|
||||||
case:
|
|
||||||
"a.info > b:contains(\"Free\")": "0"
|
|
||||||
"*": "1"
|
|
||||||
uploadvolumefactor:
|
|
||||||
case:
|
|
||||||
"*": "1"
|
|
||||||
description:
|
|
||||||
selector: td:nth-child(3)
|
|
||||||
remove: a, div, font:contains("NEW!")
|
|
@@ -206,6 +206,7 @@ namespace Jackett.Updater
|
|||||||
"Definitions/skytorrents.yml",
|
"Definitions/skytorrents.yml",
|
||||||
"Definitions/gormogon.yml",
|
"Definitions/gormogon.yml",
|
||||||
"Definitions/czteam.yml",
|
"Definitions/czteam.yml",
|
||||||
|
"Definitions/rockhardlossless.yml",
|
||||||
};
|
};
|
||||||
|
|
||||||
foreach (var oldFIle in oldFiles)
|
foreach (var oldFIle in oldFiles)
|
||||||
|
Reference in New Issue
Block a user