2020-03-03 16:28:26 +00:00
---
2020-05-11 19:59:28 +00:00
id : torrenting
2020-05-10 20:05:19 +00:00
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
2020-05-10 20:05:19 +00:00
caps :
categorymappings :
- {id: 1, cat: Movies, desc : "Movies" }
2020-06-26 03:59:10 +00:00
- {id: 2, cat: XXX, desc : "XXX" }
- {id: 3, cat: Movies/BluRay, desc : "Movies/BluRay" }
2020-05-10 20:05:19 +00:00
- {id: 4, cat: TV/SD, desc : "TV/SD-x264" }
2020-06-26 03:59:10 +00:00
- {id: 5, cat: TV/HD, desc : "TV/HD-x264" }
2020-05-10 20:05:19 +00:00
- {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" }
2020-06-26 03:59:10 +00:00
- {id: 34, cat: PC/0day, desc : "Applications" }
2020-05-10 20:05:19 +00:00
- {id: 35, cat: PC/Games, desc : "Games/PC" }
2020-06-26 03:59:10 +00:00
- {id: 38, cat: Movies/Foreign, desc : "Movies/Non-English" }
- {id: 40, cat: Movies/DVD, desc : "Movies/DVD-R" }
2020-05-10 20:05:19 +00:00
- {id: 47, cat: Movies, desc : "Movies/Packs" }
2020-06-26 03:59:10 +00:00
- {id: 49, cat: Movies/HD, desc : "Movies/x265" }
- {id: 55, cat: TV/Sport, desc : "Sports" }
2020-10-28 19:00:48 +00:00
- {id: 82, cat: TV/Foreign, desc : "TV/Non-English" }
2020-06-26 03:59:10 +00:00
- {id: 93, cat: Audio, desc : "Music/Packs" }
- {id: 99, cat: TV/HD, desc : "TV/x265" }
2017-01-06 16:07:52 +00:00
2020-05-10 20:05:19 +00:00
modes :
2020-10-19 03:56:16 +00:00
search : [ q]
2020-05-10 20:05:19 +00:00
tv-search : [ q, season, ep, imdbid]
movie-search : [ q, imdbid]
music-search : [ q]
2020-10-17 04:50:47 +00:00
book-search : [ q]
2017-01-06 16:07:52 +00:00
2020-09-15 05:45:19 +00:00
settings :
2020-11-08 10:15:47 +00:00
- name : cookie
2020-09-15 05:45:19 +00:00
type : text
2020-11-08 10:15:47 +00:00
label : Cookie
- name : info
type : info
label : How to get the Cookie
default : "<ol><li>Login to this tracker with your browser<li>Open the <b>DevTools</b> panel by pressing <b>F12</b><li>Select the <b>Network</b> tab<li>Click on the <b>Doc</b> button (Chrome Browser) or <b>HTML</b> button (FireFox)<li>Refresh the page by pressing <b>F5</b><li>Click on the first row entry<li>Select the <b>Headers</b> tab on the Right panel<li>Find <b>'cookie:'</b> in the <b>Request Headers</b> section<li><b>Select</b> and <b>Copy</b> the whole cookie string <i>(everything after 'cookie: ')</i> and <b>Paste</b> here.</ol>"
2020-09-15 05:45:19 +00:00
- name : freeleech
type : checkbox
label : Search freeleech only
default : false
2020-05-10 20:05:19 +00:00
login :
2020-11-08 10:15:47 +00:00
method : cookie
2020-05-10 20:05:19 +00:00
inputs :
2020-11-08 10:15:47 +00:00
cookie : "{{ .Config.cookie }}"
2020-05-10 20:05:19 +00:00
test :
path : t
2017-01-06 16:07:52 +00:00
2020-05-10 20:05:19 +00:00
search :
paths :
2020-09-15 05:45:19 +00:00
# https://torrenting.com/t?1=&5=&free=on&q=climax&qf=ti
2020-10-23 00:29:55 +00:00
- path : t
inputs :
$raw : "{{ 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 }}"
2020-06-26 03:59:10 +00:00
2020-05-10 20:05:19 +00:00
rows :
selector : table#torrentsTable > tbody > tr:has(td.torrentNameInfo)
2020-06-26 03:59:10 +00:00
2020-05-10 20:05:19 +00:00
fields :
2020-11-06 05:27:16 +00:00
category :
selector : a[href^="?"]
2020-05-10 20:05:19 +00:00
attribute : href
2020-11-06 05:27:16 +00:00
filters :
- name : replace
args : [ "?" , "" ]
2020-05-10 20:05:19 +00:00
title :
selector : a[href^="/details.php?id="]
details :
selector : a[href^="/details.php?id="]
attribute : href
2020-11-06 05:27:16 +00:00
download :
selector : a[href^="/download.php/"]
2020-05-10 20:05:19 +00:00
attribute : href
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 :
case :
"span:contains(\"FreeLeech\")": 0
"*": 1
uploadvolumefactor :
text : 1
2020-06-26 03:59:10 +00:00
minimumratio :
text : 1.1
minimumseedtime :
2020-10-23 00:29:55 +00:00
# 3 days (as seconds = 3 x 24 x 60 x 60)
2020-06-26 03:59:10 +00:00
text : 259200
# engine n/a