Jackett/src/Jackett.Common/Definitions/torrent911.yml

151 lines
4.4 KiB
YAML
Raw Normal View History

---
id: torrent911
name: Torrent911
description: "Torrent911 is a French Public site for TV / MOVIES / GENERAL"
language: fr-FR
type: public
encoding: UTF-8
followredirect: true
2022-12-07 03:02:36 +00:00
# to fetch current domain use https://www.protege-liens.com/T911 and https://www.protege-liens.com/Torrent911
links:
2023-02-21 03:35:59 +00:00
- https://torrent911.ws/
2022-11-23 03:24:23 +00:00
- https://www.t911.tv/
2022-06-04 00:25:26 +00:00
- https://oxtorrent.unblockninja.com/
2020-05-12 19:15:11 +00:00
legacylinks:
2022-11-23 03:24:23 +00:00
- https://www.protege-liens.com/
2021-08-30 06:55:04 +00:00
- https://www.oxtorrent.io/
2021-09-11 07:20:31 +00:00
- https://www.oxtorrent.cx/
2021-10-23 05:34:58 +00:00
- https://www.oxtorrent.nz/
- https://oxtorrent.nocensor.work/
- https://oxtorrent.unblockit.kim/
2021-11-05 05:37:16 +00:00
- https://www.oxtorrent.sh/
2021-11-18 06:38:41 +00:00
- https://www.oxtorrent.pl/
- https://oxtorrent.unblockit.bz/
- https://www.oxtorrent.vc/
- https://oxtorrent.unblockit.tv/
2022-02-09 00:16:42 +00:00
- https://oxtorrent.unblockit.how/
- https://www.oxtorrent.be/
- https://oxtorrent.unblockit.cam/
- https://oxtorrent.nocensor.biz/
- https://oxtorrent.unblockit.day/
2022-05-01 05:34:21 +00:00
- https://www.oxtorrent.re/
2022-05-07 20:21:01 +00:00
- https://oxtorrent.unblockit.llc/
2022-05-09 05:08:16 +00:00
- https://www.torrent911.com/
- https://www.t911.net/
- https://oxtorrent.unblockit.blue/ # proxy for *.co, a clone without derniers
- https://oxtorrent.nocensor.sbs/ # proxy for *.co, a clone without derniers
2022-05-31 02:18:07 +00:00
- https://www.torrent911.net/
2022-07-29 22:37:11 +00:00
- https://www.torrent911.org/
2022-11-23 03:24:23 +00:00
- https://www.torrent911.cc/
- https://www.t911.me/
2023-02-21 03:35:59 +00:00
- https://www.torrent911.tv/
caps:
categorymappings:
2022-05-02 04:31:31 +00:00
- {id: Films, cat: Movies, desc: "Movies"}
2022-12-12 02:14:52 +00:00
- {id: Animes, cat: TV/Anime, desc: "Anime"}
2022-05-02 04:31:31 +00:00
- {id: Séries, cat: TV, desc: "TV"}
- {id: Musiques, cat: Audio, desc: "Music"}
- {id: Ebooks, cat: Books, desc: "Books"}
2023-02-03 02:31:45 +00:00
- {id: Livres, cat: Books, desc: "Livres"}
2022-05-02 04:31:31 +00:00
- {id: Logiciels, cat: PC, desc: "Software"}
- {id: Jeux-PC, cat: PC/Games, desc: "PC Games"}
- {id: Jeux-Consoles, cat: Console/XBox 360, desc: "Console Games"}
2022-07-03 21:03:41 +00:00
- {id: Porno, cat: XXX, desc: "Porno"}
modes:
search: [q]
tv-search: [q, season, ep]
movie-search: [q]
music-search: [q]
book-search: [q]
allowrawsearch: true
settings:
- name: multilang
type: checkbox
label: Replace MULTi by another language in release name
default: false
- name: multilanguage
type: select
label: Replace MULTi by this language
default: FRENCH
options:
2020-10-23 19:51:01 +00:00
FRENCH: FRENCH
MULTi FRENCH: MULTi FRENCH
2020-10-23 19:51:01 +00:00
ENGLISH: ENGLISH
MULTi ENGLISH: MULTi ENGLISH
2020-10-23 19:51:01 +00:00
VOSTFR: VOSTFR
MULTi VOSTFR: MULTi VOSTFR
- name: vostfr
type: checkbox
label: Replace VOSTFR and SUBFRENCH with ENGLISH
default: false
download:
selectors:
- selector: a[href^="magnet:?"]
attribute: href
- selector: script:contains("magnet:?")
filters:
- name: regexp
args: "\\s'(magnet:\\?.+?)';"
search:
paths:
- path: "{{ if .Keywords }}recherche/{{ .Keywords }}{{ else }}derniers{{ end }}"
2020-10-21 03:58:45 +00:00
keywordsfilters:
# if searching for season packs swith S01 to saison 1 #9712
- name: re_replace
args: ["(?i)(S0)(\\d{1,2})$", "saison $2"]
- name: re_replace
args: ["(?i)(S)(\\d{1,3})$", "saison $2"]
rows:
selector: table.table-hover > tbody > tr:has(a[href*="torrent/"])
filters:
- name: andmatch
fields:
category:
selector: td:nth-child(1) i, td:nth-child(1) div i
2022-05-02 04:31:31 +00:00
attribute: class
title_phase1:
selector: td:nth-child(1) a
filters:
- name: re_replace
args: ["(?i)\\b(FRENCH|MULTI|TRUEFRENCH|VOSTFR|SUBFRENCH)\\b(.+?)(\\b(19|20\\d{2})\\b)$", "$3 $1$2"]
title_vostfr:
text: "{{ .Result.title_phase1 }}"
filters:
- name: re_replace
args: ["(?i)\\b(vostfr|subfrench)\\b", "ENGLISH"]
title_phase2:
text: "{{ if .Config.vostfr }}{{ .Result.title_vostfr }}{{ else }}{{ .Result.title_phase1 }}{{ end }}"
title_multilang:
text: "{{ .Result.title_phase2 }}"
filters:
- name: re_replace
args: ["(?i)\\b(MULTI(?!.*(?:FRENCH|ENGLISH|VOSTFR)))\\b", "{{ .Config.multilanguage }}"]
title:
text: "{{ if .Config.multilang }}{{ .Result.title_multilang }}{{ else }}{{ .Result.title_phase2 }}{{ end }}"
details:
selector: td:nth-child(1) a
attribute: href
download:
selector: td:nth-child(1) a
attribute: href
size:
selector: td:nth-child(2)
date:
text: now
seeders:
selector: td:nth-child(3)
leechers:
selector: td:nth-child(4)
downloadvolumefactor:
text: 0
uploadvolumefactor:
text: 1
2020-01-19 19:36:57 +00:00
# engine n/a