From b378f74202bdd5bbd2c9aa41f35783e88209300f Mon Sep 17 00:00:00 2001 From: kaso17 Date: Fri, 15 Sep 2017 17:08:33 +0200 Subject: [PATCH] zetorrents: remove --- README.md | 2 +- src/Jackett.Updater/Program.cs | 1 + src/Jackett/Definitions/zetorrents.yml | 88 -------------------------- 3 files changed, 2 insertions(+), 89 deletions(-) delete mode 100755 src/Jackett/Definitions/zetorrents.yml diff --git a/README.md b/README.md index 8d374440e..5ec4b0e78 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ Developer note: The software implements the [Torznab](https://github.com/Sonarr/ * AniRena * cpasbien * EZTV + * GkTorrent * Horrible Subs * Il Corsaro Nero * Isohunt @@ -49,7 +50,6 @@ Developer note: The software implements the [Torznab](https://github.com/Sonarr/ * TorrentProject * Torrentz2 * YTS.ag - * zetorrents * Zooqle ### Supported Semi-Private Trackers diff --git a/src/Jackett.Updater/Program.cs b/src/Jackett.Updater/Program.cs index 17ee4a6a7..96c9178d2 100644 --- a/src/Jackett.Updater/Program.cs +++ b/src/Jackett.Updater/Program.cs @@ -193,6 +193,7 @@ namespace Jackett.Updater "Definitions/dragonworld.yml", "Definitions/hdclub.yml", "Definitions/polishtracker.yml", + "Definitions/zetorrents.yml", }; foreach (var oldFIle in oldFiles) diff --git a/src/Jackett/Definitions/zetorrents.yml b/src/Jackett/Definitions/zetorrents.yml deleted file mode 100755 index 4d0434504..000000000 --- a/src/Jackett/Definitions/zetorrents.yml +++ /dev/null @@ -1,88 +0,0 @@ ---- - site: zetorrents - name: zetorrents - language: fr-fr - type: public - encoding: UTF-8 - links: - - http://www.zetorrents.cc/ - - caps: - categorymappings: - - {id: films, cat: Movies, desc: "Movies"} - - {id: series, cat: TV, desc: "TV"} - - modes: - search: [q] - tv-search: [q, season, ep] - - settings: [] - - download: - selector: a[href^="/get_torrent/"] - - search: - path: "/recherche/{{ .Query.Keywords }}" - rows: - selector: div.content-list-torrent > table tbody tr:has(a) - fields: - site_date: - selector: td:nth-child(1) a - filters: - # date is at the end of the title, so we get it and name it site_date - - name: regexp - args: "(\\w+)$" - title: - selector: td:nth-child(1) a - filters: - # now we put the date at the right place according scene naming rules using .Result.site_date - - name: replace - args: ["FRENCH", "{{ .Result.site_date }} FRENCH"] - - name: replace - args: ["TRUEFRENCH", "{{ .Result.site_date }} TRUEFRENCH"] - - name: replace - args: ["VOSTFR", "{{ .Result.site_date }} VOSTFR"] - # and we delete it at the end - - name: re_replace - args: ["(\\w+)$", ""] - details: - selector: td:nth-child(1) a - attribute: href - download: - selector: td:nth-child(1) a - attribute: href - size: - selector: td:nth-child(2) - filters: - - name: re_replace - args: [ "\\.(\\d) Ko", "$1X00"] - - name: re_replace - args: [ " Ko", "000"] - - name: re_replace - args: [ "\\.(\\d) Mo", "$1X00000"] - - name: re_replace - args: [ " Mo", "000000"] - - name: re_replace - args: [ "\\.(\\d) Go", "$1X00000000"] - - name: re_replace - args: [ " Go", "000000000"] - - name: re_replace - args: [ "\\.(\\d) To", "$1X00000000000"] - - name: re_replace - args: [ " To", "000000000000"] - - name: replace - args: [ "X", "" ] - seeders: - text: 0 - seeders: - selector: td:nth-child(3) - optional: true - leechers: - text: 0 - leechers: - selector: td:nth-child(4) - optional: true - downloadvolumefactor: - text: "0" - uploadvolumefactor: - text: "1"