Jackett/src/Jackett.Common/Definitions/torrent9.yml

144 lines
4.3 KiB
YAML
Raw Normal View History

---
site: torrent9
name: Torrent9
description: "Torrent9 is a FRENCH Public site for TV / MOVIES / GENERAL"
language: fr-fr
type: public
encoding: UTF-8
2018-11-19 13:09:58 +00:00
followredirect: true
links:
2019-11-24 19:30:40 +00:00
- https://www.oxtorrent.me/
2019-03-20 18:26:44 +00:00
2017-09-17 14:38:25 +00:00
legacylinks:
2018-06-29 13:16:13 +00:00
- http://www.torrent9.ec/
2018-05-29 12:41:08 +00:00
- http://www.torrent9.red/
2018-02-19 16:11:36 +00:00
- http://www.torrent9.bz/
2017-12-13 17:15:04 +00:00
- http://www.torrents9.pe/
2017-06-23 17:56:21 +00:00
- http://www.torrent9.cc/
- http://www.torrent9.pe/
- http://www.torrent9.blue/
2018-08-11 20:06:21 +00:00
- https://www.torrent9.blue/
- https://ww2.torrent9.blue/
2018-08-29 09:45:59 +00:00
- https://www.torrent9.rip/
2018-11-04 22:03:51 +00:00
- https://www.torrent9.ph/
2019-01-09 19:20:25 +00:00
- https://ww1.torrent9.ph/
- https://torrent9.ga/
2019-01-29 06:13:45 +00:00
- https://www.torrent9.uno/
2019-03-20 18:08:11 +00:00
- https://wvw.torrent9.uno/
- https://ww1.torrent9.uno/
2019-04-09 20:51:08 +00:00
- https://wvw.t9.pe/
- https://www4.torrent9.to/
- https://www.torrent9.cat/
2019-08-25 17:38:15 +00:00
- https://ww1.torrent9.is/
- https://ww1.torrent9.to/
2019-10-30 05:56:09 +00:00
- https://www.torrent9.is/
- https://www4.torrent9.to/
2019-11-24 19:30:40 +00:00
- https://www.torrent09.uno/
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]
movie-search: [q]
2019-03-20 18:26:44 +00:00
settings: []
2018-05-14 00:23:29 +00:00
download:
selector: a[href^="magnet:?"]
attribute: href
2018-05-14 00:23:29 +00:00
search:
paths:
- path: "{{ if .Keywords }}/search_torrent/{{ re_replace .Keywords \"[']+\" \"\" }}/page-0{{else}}/top_torrent.html{{end}}"
rows:
selector: div.table-responsive > table tbody tr
filters:
- name: andmatch
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: ["MULTI", "{{ .Result.site_date }} MULTI"]
- 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="fa fa-video-camera"]: films
i[class="fa fa-desktop"]: series
i[class="fa fa-tv"]: series
i[class="fa fa-music"]: musique
i[class="fa fa-gamepad"]: jeux-pc
i[class="fa fa-laptop"]: logiciels
i[class="fa fa-book"]: ebook
download:
selector: td:nth-child(1) a
attribute: href
date:
2019-12-11 19:49:15 +00:00
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", "" ]
# this is for the search with keywords which returns sizes nnnnn.n without unit indicator.
- name: re_replace
args: [ "(\\d+)\\.\\d", "$1 MB"]
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"