From 5a4b0e4e30d415b76a82a513ac8dc59fc45ca595 Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Sat, 7 Jan 2023 09:53:03 +1300 Subject: [PATCH] elitetorrent: removed. resolves #13846 #9873 --- README.md | 1 - .../Definitions/elitetorrent-biz.yml | 157 ------------------ src/Jackett.Updater/Program.cs | 1 + 3 files changed, 1 insertion(+), 158 deletions(-) delete mode 100644 src/Jackett.Common/Definitions/elitetorrent-biz.yml diff --git a/README.md b/README.md index 452001b8f..c481b3af7 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,6 @@ A third-party Golang SDK for Jackett is available from [webtor-io/go-jackett](ht * Dodder (菟丝子资源社区) * DonTorrent * E-Hentai - * elitetorrent * EpubLibre * EXT Torrents * ExtraTorrent.st diff --git a/src/Jackett.Common/Definitions/elitetorrent-biz.yml b/src/Jackett.Common/Definitions/elitetorrent-biz.yml deleted file mode 100644 index cdbe8f34e..000000000 --- a/src/Jackett.Common/Definitions/elitetorrent-biz.yml +++ /dev/null @@ -1,157 +0,0 @@ ---- -id: elitetorrent-biz -name: EliteTorrent.biz -description: "EliteTorrent.biz is a Public torrent site for TV, movies and documentaries" -language: es-ES -type: public -encoding: UTF-8 -requestDelay: 2 -links: - - https://www.elitetorrent.com/ - - https://elitetorrent.nocensor.lol/ -legacylinks: - - https://www.elitetorrent.nu/ - - https://www.elitetorrent.tv/ - - https://www.elitetorrent.li/ - - https://www.elitetorrent.bz/ - - https://www.elitetorrent.nl/ - - https://wwvv.elitetorrent.nl/ - - https://wvvw.elitetorrent.nl/ - - https://vvww.elitetorrent.nl/ - - https://www.elitetorrent.to/ - - https://www.elitetorrent.se/ - - https://elitetorrent.si/ - - https://elitetorrent.nocensor.work/ - - https://elitetorrent.com/ - - https://elitetorrent.app/ - - https://elitetorrent.nocensor.biz/ - - https://elitetorrent.la/ - - https://www.elitetorrent.wtf/ - - https://www.elitetorrent.dev/ - - https://elitetorrent.nocensor.sbs/ - - https://elitetorrent.nocensor.world/ - -caps: - categories: - series: TV - peliculas: Movies - other: Other - - modes: - search: [q] - tv-search: [q, season, ep] - movie-search: [q] - -settings: [] - -download: - selectors: - - selector: a[href^="magnet:?"] - attribute: href - -search: - # site returns just 30 results, attempt to fetch up to 90 - paths: - - path: / - - path: /page/2/ - followredirect: true - - path: /page/3/ - followredirect: true - keywordsfilters: - # most ES/ITA TV torrents are in XXxYY format, so we search without S/E prefixes and filter later - - name: re_replace - args: ["(?i)S0?(\\d{1,2})", " $1 "] - - name: re_replace - args: ["(?i)E(\\d{2,3})", " $1 "] - inputs: - s: "{{ .Keywords }}" - $raw: "&x=0&y=0" - - rows: - selector: "#principal .miniboxs-ficha li:has(span:nth-of-type(2))" - filters: - - name: andmatch - - fields: - category_movie: - selector: .meta a - attribute: href - filters: - - name: regexp - args: "^.*/(peliculas)/.*$" - category_tv: - selector: .meta a - attribute: href - filters: - - name: regexp - args: "^.*/(series)/.*$" - category: - text: "{{ if or .Result.category_movie .Result.category_tv }}{{ or .Result.category_movie .Result.category_tv }}{{ else }}other{{ end }}" - _quality: - selector: span:nth-of-type(2) > i - filters: - - name: replace - args: ["---", ""] - _language: - selector: span#idiomacio > i > img - attribute: title - filters: - - name: replace - args: ["Pelicula en ", ""] - - name: replace - args: ["Español Latino", "LATiN SPANiSH"] - - name: replace - args: ["Español Castellano", "SPANiSH"] - - name: replace - args: ["Ingles", "English"] - - name: replace - args: ["Subtitulado", " SPASUBS"] - - name: replace - args: ["VOSE", ""] - title: - selector: div.imagen > a - attribute: title - # normalize to SXXEYY format - filters: - - name: replace - args: [" – ", " "] - - name: replace - args: ["(", ""] - - name: replace - args: [")", ""] - - name: re_replace - args: ["(\\d{2})×(\\d{2})", "S$1E$2"] - - name: re_replace - args: ["(\\d{1})×(\\d{2})", "S0$1E$2"] - - name: append - args: " {{ .Result._quality }} {{ .Result._language }}" - details: - selector: .meta a - attribute: href - download: - selector: .meta a - attribute: href - poster: - selector: .imagen img - attribute: data-src - size_optional: - selector: .voto1 - optional: true - filters: - - name: replace - args: ["desc.", "512 MB"] - - name: replace - args: ["s", ""] - size: - text: "{{ if .Result.size_optional }}{{ .Result.size_optional }}{{ else }}512 MB{{ end }}" - date: - text: now - seeders: - text: 1 - leechers: - text: 1 - downloadvolumefactor: - text: 0 - uploadvolumefactor: - text: 1 -# engine n/a diff --git a/src/Jackett.Updater/Program.cs b/src/Jackett.Updater/Program.cs index 227d8efa7..58944f896 100644 --- a/src/Jackett.Updater/Program.cs +++ b/src/Jackett.Updater/Program.cs @@ -340,6 +340,7 @@ namespace Jackett.Updater "Definitions/efectodoppler.yml", "Definitions/eggmeon.yml", "Definitions/elitehd.yml", + "Definitions/elitetorrent-biz.yml", "Definitions/elittracker.yml", "Definitions/emtrek.yml", "Definitions/eotforum.yml",