mirror of
https://github.com/Jackett/Jackett.git
synced 2025-10-01 07:53:41 +02:00
add zetorrents a public french site. resolves #7574
This commit is contained in:
@@ -143,6 +143,7 @@ Developer note: The software implements the [Torznab](https://github.com/Sonarr/
|
|||||||
* xxxtor
|
* xxxtor
|
||||||
* YourBittorrent
|
* YourBittorrent
|
||||||
* YTS.ag
|
* YTS.ag
|
||||||
|
* zetorrents
|
||||||
* Zooqle
|
* Zooqle
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
|
59
src/Jackett.Common/Definitions/zetorrents.yml
Normal file
59
src/Jackett.Common/Definitions/zetorrents.yml
Normal file
@@ -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
|
Reference in New Issue
Block a user