mirror of https://github.com/Jackett/Jackett
155 lines
4.1 KiB
YAML
155 lines
4.1 KiB
YAML
---
|
|
id: twilight
|
|
name: Twilight Torrents
|
|
description: "Twilight Torrents is a Private Torrent Tracker for MOVIES / TV / GENERAL"
|
|
language: en-US
|
|
type: private
|
|
encoding: UTF-8
|
|
links:
|
|
- https://www.twilightsdreams.com/
|
|
|
|
caps:
|
|
categorymappings:
|
|
- {id: 28, cat: Movies, desc: " Boxsets"}
|
|
- {id: 14, cat: PC, desc: "apps"}
|
|
- {id: 44, cat: Other, desc: "Bots no Cat yet"}
|
|
- {id: 46, cat: TV/Documentary, desc: "documentary-TV and Movies"}
|
|
- {id: 35, cat: Audio/Audiobook, desc: "E-books (audio)"}
|
|
- {id: 13, cat: Books/EBook, desc: "E-Books (text)"}
|
|
- {id: 48, cat: Movies, desc: "Filled Requests"}
|
|
- {id: 6, cat: Console, desc: "Games/console"}
|
|
- {id: 7, cat: Console, desc: "Games/handheld"}
|
|
- {id: 19, cat: PC/Mac, desc: "Games/Mac"}
|
|
- {id: 2, cat: PC/Games, desc: "Games/PC/Linux"}
|
|
- {id: 45, cat: Movies, desc: "Holiday stuff"}
|
|
- {id: 26, cat: Movies, desc: "Kids/all-G-Rated"}
|
|
- {id: 15, cat: Other, desc: "Misc "}
|
|
- {id: 10, cat: Movies, desc: "Movies"}
|
|
- {id: 31, cat: Movies, desc: "Movies /Non English"}
|
|
- {id: 32, cat: Movies, desc: "Movies Retro/Pre 2000"}
|
|
- {id: 3, cat: Audio, desc: "Music"}
|
|
- {id: 4, cat: Audio/Video, desc: "Music/videos"}
|
|
- {id: 33, cat: TV/Sport, desc: "Sports"}
|
|
- {id: 36, cat: TV, desc: "Tv"}
|
|
|
|
modes:
|
|
search: [q]
|
|
tv-search: [q, season, ep, imdbid]
|
|
movie-search: [q, imdbid]
|
|
music-search: [q]
|
|
book-search: [q]
|
|
|
|
settings:
|
|
- name: username
|
|
type: text
|
|
label: Username
|
|
- name: password
|
|
type: password
|
|
label: Password
|
|
- name: freeleech
|
|
type: checkbox
|
|
label: Search freeleech only
|
|
default: false
|
|
- name: sort
|
|
type: select
|
|
label: Sort requested from site
|
|
default: 4
|
|
options:
|
|
4: created
|
|
7: seeders
|
|
5: size
|
|
1: title
|
|
- name: type
|
|
type: select
|
|
label: Order requested from site
|
|
default: desc
|
|
options:
|
|
desc: desc
|
|
asc: asc
|
|
|
|
login:
|
|
path: login.php
|
|
method: form
|
|
form: form[action="takelogin.php"]
|
|
inputs:
|
|
username: "{{ .Config.username }}"
|
|
password: "{{ .Config.password }}"
|
|
perm_ssl: 1
|
|
error:
|
|
- selector: h2
|
|
message:
|
|
selector: table tr td.text
|
|
test:
|
|
path: browse.php
|
|
selector: a[href="logout.php"]
|
|
|
|
search:
|
|
paths:
|
|
- path: browse.php
|
|
inputs:
|
|
$raw: "{{ range .Categories }}c{{.}}=1&{{end}}"
|
|
search: "{{ if .Query.IMDBID }}{{ .Query.IMDBID }}{{ else }}{{ .Keywords }}{{ end }}"
|
|
# 0 active, 1 incldead, 2 onlydead, 3 freeleech
|
|
incldead: "{{ if .Config.freeleech }}3{{ else }}1{{ end }}"
|
|
sort: "{{ .Config.sort }}"
|
|
type: "{{ .Config.type }}"
|
|
# does not display imdb links in results
|
|
|
|
rows:
|
|
selector: tr[class^="color"]
|
|
|
|
fields:
|
|
category:
|
|
selector: a[href^="browse.php?cat="]
|
|
attribute: href
|
|
filters:
|
|
- name: querystring
|
|
args: cat
|
|
title:
|
|
selector: a[href^="details.php?id="]
|
|
attribute: onmouseover
|
|
filters:
|
|
- name: split
|
|
args: [">", "2"]
|
|
- name: replace
|
|
args: ["</b", ""]
|
|
details:
|
|
selector: a[href^="details.php?id="]
|
|
attribute: href
|
|
download:
|
|
selector: a[href^="download.php?torrent="]
|
|
attribute: href
|
|
files:
|
|
selector: td:nth-of-type(6)
|
|
date_day:
|
|
selector: td:nth-of-type(8):contains("day")
|
|
optional: true
|
|
date_year:
|
|
selector: td:nth-of-type(8):not(:contains("day"))
|
|
optional: true
|
|
filters:
|
|
- name: append
|
|
args: " +00:00" # auto adjusted by site account profile
|
|
- name: dateparse
|
|
args: "Jan 2 2006 03:04 PM -07:00"
|
|
date:
|
|
text: "{{ if or .Result.date_year .Result.date_day }}{{ or .Result.date_year .Result.date_day }}{{ else }}now{{ end }}"
|
|
size:
|
|
selector: td:nth-of-type(9)
|
|
grabs:
|
|
selector: td:nth-of-type(10)
|
|
seeders:
|
|
selector: td:nth-of-type(11)
|
|
leechers:
|
|
selector: td:nth-of-type(12)
|
|
downloadvolumefactor:
|
|
case:
|
|
img[src="free.gif"]: 0
|
|
img[src="./pic/fre.gif"]: 0 # issue #7116 freeleech with expiry date
|
|
"*": 1
|
|
uploadvolumefactor:
|
|
text: 1
|
|
minimumratio:
|
|
text: 0.51
|
|
# customised from TBDEV,U232,and Btdev
|