mirror of
https://github.com/Jackett/Jackett
synced 2025-01-01 12:46:23 +00:00
delete qxr, site has closed.
This commit is contained in:
parent
159ef709d4
commit
90f3f46b54
3 changed files with 1 additions and 57 deletions
|
@ -68,7 +68,6 @@ Developer note: The software implements the [Torznab](https://github.com/Sonarr/
|
|||
* Nyaa-Pantsu
|
||||
* OxTorrent
|
||||
* ProStyleX
|
||||
* QXR
|
||||
* RARBG
|
||||
* RuTor
|
||||
* shokweb
|
||||
|
|
|
@ -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"
|
|
@ -343,6 +343,7 @@ namespace Jackett.Updater
|
|||
"Definitions/nyoo.yml",
|
||||
"Definitions/ultimategamerclub.yml",
|
||||
"Definitions/evolutionpalace.yml",
|
||||
"Definitions/qxr.yml",
|
||||
};
|
||||
|
||||
foreach (var oldFile in oldFiles)
|
||||
|
|
Loading…
Reference in a new issue