diff --git a/README.md b/README.md index 1a97d6d4f..4e3a67efe 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,6 @@ Developer note: The software implements the [Torznab](https://github.com/Sonarr/ * Nyaa-Pantsu * OxTorrent * ProStyleX - * QXR * RARBG * RuTor * shokweb diff --git a/src/Jackett.Common/Definitions/qxr.yml b/src/Jackett.Common/Definitions/qxr.yml deleted file mode 100644 index 57b068d2f..000000000 --- a/src/Jackett.Common/Definitions/qxr.yml +++ /dev/null @@ -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" diff --git a/src/Jackett.Updater/Program.cs b/src/Jackett.Updater/Program.cs index 29ac120b0..9854c1265 100644 --- a/src/Jackett.Updater/Program.cs +++ b/src/Jackett.Updater/Program.cs @@ -343,6 +343,7 @@ namespace Jackett.Updater "Definitions/nyoo.yml", "Definitions/ultimategamerclub.yml", "Definitions/evolutionpalace.yml", + "Definitions/qxr.yml", }; foreach (var oldFile in oldFiles)