delete qxr, site has closed.

This commit is contained in:
Garfield69 2019-08-11 19:03:41 +12:00
parent 159ef709d4
commit 90f3f46b54
3 changed files with 1 additions and 57 deletions

View File

@ -68,7 +68,6 @@ Developer note: The software implements the [Torznab](https://github.com/Sonarr/
* Nyaa-Pantsu
* OxTorrent
* ProStyleX
* QXR
* RARBG
* RuTor
* shokweb

View File

@ -1,56 +0,0 @@
---
site: qxr
name: QXR
description: "QXR is a Public torrent index of their releases."
language: en-us
type: public
encoding: UTF-8
links:
- https://qxr.pw/
caps:
categories:
"Weekly": TV
"TV Season Pack": TV
"Movie": Movies
modes:
search: [q]
tv-search: [q, season, ep]
movie-search: [q]
settings: []
search:
paths:
- path: hashes/
rows:
selector: tr:has(a[href^="magnet:?xt="])
# filters:
# - name: andmatch
fields:
title:
selector: td:nth-child(2) a
category:
selector: td:nth-child(5)
details:
selector: td:nth-child(2) a
attribute: href
download:
selector: td:nth-child(2) a
attribute: href
magnet:
selector: td:nth-child(2) a
attribute: href
date:
text: now
size:
selector: td:nth-child(3)
seeders:
text: "1"
leechers:
text: "1"
downloadvolumefactor:
text: "0"
uploadvolumefactor:
text: "1"

View File

@ -343,6 +343,7 @@ namespace Jackett.Updater
"Definitions/nyoo.yml",
"Definitions/ultimategamerclub.yml",
"Definitions/evolutionpalace.yml",
"Definitions/qxr.yml",
};
foreach (var oldFile in oldFiles)