Jackett/src/Jackett.Common/Definitions/torrenting.yml

118 lines
3.3 KiB
YAML
Raw Normal View History

---
id: torrenting
name: Torrenting
description: "Torrenting (TT) is a Private site for MOVIES / TV / GENERAL"
language: en-us
type: private
encoding: windows-1252
links:
- https://torrenting.com/
2017-01-06 16:07:52 +00:00
caps:
categorymappings:
- {id: 1, cat: Movies, desc: "Movies"}
- {id: 2, cat: XXX, desc: "XXX"}
- {id: 3, cat: Movies/BluRay, desc: "Movies/BluRay"}
- {id: 4, cat: TV/SD, desc: "TV/SD-x264"}
- {id: 5, cat: TV/HD, desc: "TV/HD-x264"}
- {id: 11, cat: Movies/HD, desc: "Movies/HD"}
- {id: 18, cat: TV, desc: "TV/Packs"}
- {id: 21, cat: Console, desc: "Games/Consoles"}
- {id: 26, cat: Audio/Video, desc: "Music/Videos"}
- {id: 27, cat: Audio, desc: "Music/Audio"}
- {id: 29, cat: TV/Anime, desc: "Anime/Toons"}
- {id: 30, cat: Books, desc: "Books"}
- {id: 34, cat: PC/0day, desc: "Applications"}
- {id: 35, cat: PC/Games, desc: "Games/PC"}
- {id: 38, cat: Movies/Foreign, desc: "Movies/Non-English"}
- {id: 40, cat: Movies/DVD, desc: "Movies/DVD-R"}
- {id: 47, cat: Movies, desc: "Movies/Packs"}
- {id: 49, cat: Movies/HD, desc: "Movies/x265"}
- {id: 55, cat: TV/Sport, desc: "Sports"}
- {id: 82, cat: TV/FOREIGN, desc: "TV/Non-English"}
- {id: 93, cat: Audio, desc: "Music/Packs"}
- {id: 99, cat: TV/HD, desc: "TV/x265"}
2017-01-06 16:07:52 +00:00
modes:
search: [q, imdbid]
tv-search: [q, season, ep, imdbid]
movie-search: [q, imdbid]
music-search: [q]
book-search: [q]
2017-01-06 16:07:52 +00:00
2020-09-15 05:45:19 +00:00
settings:
- name: username
type: text
label: Username
- name: password
type: password
label: Password
- name: freeleech
type: checkbox
label: Search freeleech only
default: false
login:
path: login.php
method: form
form: form[action="do-login.php"]
inputs:
username: "{{ .Config.username }}"
password: "{{ .Config.password }}"
error:
- selector: td.embedded:has(h2:contains("failed"))
test:
path: t
2017-01-06 16:07:52 +00:00
search:
paths:
2020-09-15 05:45:19 +00:00
# https://torrenting.com/t?1=&5=&free=on&q=climax&qf=ti
# note: &free= or &free is treated as fleeleech so use if input block here does not work!
- path: "t?{{ range .Categories }}{{.}}=&{{end}}{{ if .Config.freeleech }}free=on&{{ else }}{{ end }}q={{ if .Query.IMDBID }}{{ .Query.IMDBID }}{{ else }}{{ .Keywords }}{{ end }}&qf={{ if .Query.IMDBID }}adv{{ else }}ti{{ end }}"
rows:
selector: table#torrentsTable > tbody > tr:has(td.torrentNameInfo)
fields:
download:
selector: a[href^="/download.php/"]
attribute: href
title:
selector: a[href^="/details.php?id="]
details:
selector: a[href^="/details.php?id="]
attribute: href
category:
selector: a[href^="?"]
attribute: href
filters:
- name: replace
args: ["?", ""]
date:
selector: td.torrentNameInfo > div
filters:
- name: re_replace
args: [" by.*", ""]
- name: split
args: ["|", -1]
seeders:
selector: td:nth-last-child(2)
leechers:
selector: td:nth-last-child(1)
size:
selector: td:nth-last-child(3)
downloadvolumefactor:
text: 1
downloadvolumefactor:
case:
"span:contains(\"FreeLeech\")": 0
"*": 1
uploadvolumefactor:
text: 1
minimumratio:
text: 1.1
minimumseedtime:
# 3 days
text: 259200
# engine n/a