From 57a59597518f87bf5160ede08c172bf1db24f051 Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Thu, 12 Mar 2020 18:18:59 +1300 Subject: [PATCH] add zetorrents a public french site. resolves #7574 --- README.md | 1 + src/Jackett.Common/Definitions/zetorrents.yml | 59 +++++++++++++++++++ 2 files changed, 60 insertions(+) create mode 100644 src/Jackett.Common/Definitions/zetorrents.yml diff --git a/README.md b/README.md index ddb117b36..80e80c3bc 100644 --- a/README.md +++ b/README.md @@ -143,6 +143,7 @@ Developer note: The software implements the [Torznab](https://github.com/Sonarr/ * xxxtor * YourBittorrent * YTS.ag + * zetorrents * Zooqle diff --git a/src/Jackett.Common/Definitions/zetorrents.yml b/src/Jackett.Common/Definitions/zetorrents.yml new file mode 100644 index 000000000..b43bb3b6e --- /dev/null +++ b/src/Jackett.Common/Definitions/zetorrents.yml @@ -0,0 +1,59 @@ +--- + site: zetorrents + name: zetorrents + description: "zetorrents is a FRENCH Public site for MOVIES / TV / GENERAL" + language: fr-fr + type: public + encoding: UTF-8 + links: + - https://www.zetorrents.co/ + + caps: + categories: + 1: Other + + modes: + search: [q] + tv-search: [q, season, ep] + movie-search: [q] + + settings: + - name: info + type: info + default: zetorrents does not use categories. In your software Indexer settings, set the category to 7000. + + download: + selector: a[href^="magnet:?xt="] + attribute: href + + search: + paths: + - path: "{{ if .Keywords }}recherche/{{ .Keywords }}{{else}}{{end}}" + + rows: + selector: table.table > tbody > tr + + fields: + category: + text: 1 + title: + selector: a[href^="/torrent/"] + details: + selector: a[href^="/torrent/"] + attribute: href + download: + selector: a[href^="/torrent/"] + attribute: href + date: + text: now + size: + selector: td:nth-child(2) + seeders: + selector: td:nth-child(3) + leechers: + selector: td:nth-child(4) + downloadvolumefactor: + text: 0 + uploadvolumefactor: + text: 1 +# engine n/a