1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2025-02-23 06:40:57 +00:00

Rockhard Lossless: removed (dead)

according to https://opentrackers.org/rockhard-lossless/
This commit is contained in:
kaso17 2018-03-06 11:10:51 +01:00
parent a3de7fc47b
commit 21c7bf604a
3 changed files with 1 additions and 83 deletions

View file

@ -220,7 +220,6 @@ Developer note: The software implements the [Torznab](https://github.com/Sonarr/
* PuntoTorrent
* Redacted (PassTheHeadphones)
* RevolutionTT
* Rockhard Lossless
* RoDVD
* SceneFZ
* SceneReactor

View file

@ -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!")

View file

@ -206,6 +206,7 @@ namespace Jackett.Updater
"Definitions/skytorrents.yml",
"Definitions/gormogon.yml",
"Definitions/czteam.yml",
"Definitions/rockhardlossless.yml",
};
foreach (var oldFIle in oldFiles)