mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
delete qxr, site has closed.
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user