From 5e20b6b584bdf146d503e90205e03b8263cc6ec5 Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Mon, 21 Oct 2019 12:27:17 +1300 Subject: [PATCH] aox.to gone. removed. --- README.md | 1 - src/Jackett.Common/Definitions/aox.yml | 106 ------------------------- src/Jackett.Updater/Program.cs | 1 + 3 files changed, 1 insertion(+), 107 deletions(-) delete mode 100644 src/Jackett.Common/Definitions/aox.yml diff --git a/README.md b/README.md index a2ab5654c..e1803f705 100644 --- a/README.md +++ b/README.md @@ -149,7 +149,6 @@ Developer note: The software implements the [Torznab](https://github.com/Sonarr/ * AnimeBytes (AB) * AnimeTorrents (AnT) * Anthelion - * AOX (Chippu) * Araba Fenice (Phoenix) * Asgaard (AG) * AsianCinema diff --git a/src/Jackett.Common/Definitions/aox.yml b/src/Jackett.Common/Definitions/aox.yml deleted file mode 100644 index 5013bfbce..000000000 --- a/src/Jackett.Common/Definitions/aox.yml +++ /dev/null @@ -1,106 +0,0 @@ ---- - site: aox - name: AOX - description: "AOX (Chippu) is a Private Torrent Tracker for ASIAN MOVIES / TV" - language: en-us - type: private - encoding: UTF-8 - links: - - https://aox.to/ - - caps: - categorymappings: - - {id: 13, cat: Movies, desc: "Movie"} - - {id: 11, cat: TV, desc: "TV-Show"} - - {id: 5, cat: TV/Other, desc: "Variety Show"} - - {id: 24, cat: XXX, desc: "Adult"} - - modes: - search: [q] - tv-search: [q, season, ep] - - login: - path: index.php?page=login - method: post - inputs: - uid: "{{ .Config.username }}" - pwd: "{{ .Config.password }}" - error: - - selector: body[onLoad^="makeAlert('"] - message: - selector: body[onLoad^="makeAlert('"] - attribute: onLoad - filters: - - name: replace - args: ["makeAlert('Error' , '", ""] - - name: replace - args: ["');", ""] - test: - path: index.php - - search: - paths: - - path: index.php - inputs: - search: "{{ .Query.Keywords }}" - page: "torrents" - category: "{{range .Categories}}{{.}};{{end}}" - options: "0" - active: "0" - rows: - selector: table.table.table-bordered > tbody > tr:has(a[href^="index.php?page=torrent-details&id="]) - fields: - download: - selector: a[href^="download.php"] - attribute: href - title: - selector: a[title][href^="index.php?page=torrent-details&id="] - banner: - selector: img[src^="torrentimg/"] - attribute: src - category: - selector: a[href^="index.php?page=torrents&category="] - attribute: href - filters: - - name: querystring - args: category - details: - selector: a[title][href^="index.php?page=torrent-details&id="] - attribute: href - size: - selector: p:has(b:contains("Size:")) - remove: b - date: - selector: p:has(b:contains("Added:")) - remove: b - filters: - - name: replace - args: ["@ ", ""] - - name: append - args: " +01:00" - - name: dateparse - args: "01/02/2006 15:04:05 -07:00" - seeders: - selector: b:contains("Seeds:") + a - leechers: - selector: b:contains("Leechers:") + a - grabs: - selector: p:has(b:contains("Complete:")) - remove: b, a[href^="index.php?page=peers"] - filters: - - name: replace - args: ["---", "0"] - downloadvolumefactor: - case: - i.fa-star: "0" - i.fa-star-half-o: "0.5" - i.fa-star-o: "0.75" - "*": "1" - uploadvolumefactor: - case: - span[title="2x Upload Multiplier"]: "2" - "*": "1" - description: - selector: p:has(b:contains("Language:")) - - diff --git a/src/Jackett.Updater/Program.cs b/src/Jackett.Updater/Program.cs index 0deeba796..5114a4b70 100644 --- a/src/Jackett.Updater/Program.cs +++ b/src/Jackett.Updater/Program.cs @@ -356,6 +356,7 @@ namespace Jackett.Updater "Definitions/rockethd.yml", "Definitions/worldofp2p.yml", "Definitions/avg.yml", + "Definitions/aox.yml", }; foreach (var oldFile in oldFiles)