2018-11-21 14:02:45 +00:00
|
|
|
---
|
|
|
|
site: torrent9clone
|
2019-01-06 00:03:21 +00:00
|
|
|
name: Torrent9 clone (torrent9.ch)
|
2018-11-21 14:02:45 +00:00
|
|
|
description: "Torrent9 is a FRENCH Public site for TV / MOVIES / GENERAL"
|
|
|
|
language: fr-fr
|
|
|
|
type: public
|
|
|
|
encoding: UTF-8
|
2019-01-19 18:29:21 +00:00
|
|
|
followredirect: true
|
2018-11-21 14:02:45 +00:00
|
|
|
links:
|
2019-01-19 18:29:21 +00:00
|
|
|
- https://www2.torrent9.ch/
|
2019-01-06 00:03:21 +00:00
|
|
|
legacylinks:
|
|
|
|
- https://www.torrents9.pw/
|
2019-01-16 18:53:43 +00:00
|
|
|
- https://www.torrent9.ch/
|
2019-01-19 18:29:21 +00:00
|
|
|
- https://www1.torrent9.ch/
|
2018-11-21 14:02:45 +00:00
|
|
|
|
|
|
|
caps:
|
|
|
|
categorymappings:
|
|
|
|
- {id: films, cat: Movies, desc: "Movies"}
|
|
|
|
- {id: series, cat: TV, desc: "TV"}
|
|
|
|
- {id: musique, cat: Audio, desc: "Music"}
|
|
|
|
- {id: ebook, cat: Books, desc: "Books"}
|
|
|
|
- {id: logiciels, cat: PC, desc: "Software"}
|
|
|
|
- {id: jeux-pc, cat: PC/Games, desc: "PC Games"}
|
|
|
|
- {id: jeux-consoles, cat: Console/Xbox360, desc: "Console Games"}
|
|
|
|
|
|
|
|
modes:
|
|
|
|
search: [q]
|
|
|
|
tv-search: [q, season, ep]
|
|
|
|
|
|
|
|
settings:
|
|
|
|
- name: category
|
|
|
|
type: select
|
|
|
|
label: Category Filter
|
|
|
|
default: "/"
|
|
|
|
options:
|
|
|
|
"/" : "All"
|
|
|
|
"/films/": "Movies"
|
|
|
|
"/films-french/": "Movies/French"
|
|
|
|
"/films-vostfr/": "Movies/VOSTFR"
|
|
|
|
"/films-dvdrip-x264/": "Movies/DVDRIP .x264"
|
|
|
|
"/720p/": "Movies/BluRay 720p"
|
|
|
|
"/1080p/": "Movies/BluRay 1080p"
|
|
|
|
"/series/": "TV/Series"
|
|
|
|
"/series-vostfr/": "TV/VOSTFR"
|
|
|
|
"/series-francaise/": "TV/French"
|
|
|
|
"/series-dvdrip/": "TV/DVDRIP"
|
|
|
|
"/spectacles/": "Shows"
|
|
|
|
"/musique/": "Music"
|
|
|
|
"/ebook/": "Ebooks"
|
|
|
|
"/logiciels/": "Software"
|
|
|
|
"/jeux-pc/": "PC Games"
|
|
|
|
"/jeux-consoles/": "Console Games"
|
|
|
|
|
|
|
|
download:
|
|
|
|
selector: a[href^="magnet:?"]
|
|
|
|
attribute: href
|
|
|
|
|
|
|
|
search:
|
|
|
|
paths:
|
|
|
|
- path: "{{ if .Keywords }}/recherche/{{ .Keywords }}{{else}}/top{{end}}"
|
|
|
|
rows:
|
|
|
|
selector: div.table-responsive > table tbody tr
|
|
|
|
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
|
2019-04-05 18:52:28 +00:00
|
|
|
args: [" FRENCH", " {{ .Result.site_date }} FRENCH"]
|
2018-11-21 14:02:45 +00:00
|
|
|
- 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
|
|
|
|
category:
|
|
|
|
selector: td:nth-child(1) i
|
|
|
|
case:
|
|
|
|
i[class="Films"]: films
|
|
|
|
i[class="Séries"]: series
|
|
|
|
i[class="Musique"]: musique
|
|
|
|
i[class=""Jeux-PC"]: jeux-pc
|
|
|
|
i[class="Logiciels"]: logiciels
|
|
|
|
i[class="Ebook"]: ebook
|
|
|
|
download:
|
|
|
|
selector: td:nth-child(1) a
|
|
|
|
attribute: href
|
|
|
|
date:
|
|
|
|
text: "now"
|
|
|
|
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) span.seed_ok
|
|
|
|
optional: true
|
|
|
|
leechers:
|
|
|
|
text: 0
|
|
|
|
leechers:
|
|
|
|
selector: td:nth-child(4)
|
|
|
|
optional: true
|
|
|
|
downloadvolumefactor:
|
|
|
|
text: "0"
|
|
|
|
uploadvolumefactor:
|
|
|
|
text: "1"
|