mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
@@ -572,7 +572,6 @@ A third-party Golang SDK for Jackett is available from [webtor-io/go-jackett](ht
|
|||||||
* TV Chaos UK (TVCUK)
|
* TV Chaos UK (TVCUK)
|
||||||
* TvRoad
|
* TvRoad
|
||||||
* TVstore
|
* TVstore
|
||||||
* Twilight Torrents
|
|
||||||
* U2 (U2分享園@動漫花園) [![(invite needed)][inviteneeded]](#)
|
* U2 (U2分享園@動漫花園) [![(invite needed)][inviteneeded]](#)
|
||||||
* UHDBits
|
* UHDBits
|
||||||
* UnionGang
|
* UnionGang
|
||||||
|
@@ -1,154 +0,0 @@
|
|||||||
---
|
|
||||||
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")
|
|
||||||
# auto adjusted by site account profile
|
|
||||||
optional: true
|
|
||||||
date_year:
|
|
||||||
selector: td:nth-of-type(8):not(:contains("day"))
|
|
||||||
# auto adjusted by site account profile
|
|
||||||
optional: true
|
|
||||||
filters:
|
|
||||||
- name: dateparse
|
|
||||||
args: "MMM d yyyy hh:mm tt"
|
|
||||||
date:
|
|
||||||
text: "{{ if or .Result.date_day .Result.date_year }}{{ or .Result.date_day .Result.date_year }}{{ 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
|
|
@@ -605,6 +605,7 @@ namespace Jackett.Updater
|
|||||||
"Definitions/ttobogo.yml",
|
"Definitions/ttobogo.yml",
|
||||||
"Definitions/turktracker.yml",
|
"Definitions/turktracker.yml",
|
||||||
"Definitions/turknova.yml",
|
"Definitions/turknova.yml",
|
||||||
|
"Definitions/twilight.yml",
|
||||||
"Definitions/twilightszoom.yml",
|
"Definitions/twilightszoom.yml",
|
||||||
"Definitions/u-torrents.yml",
|
"Definitions/u-torrents.yml",
|
||||||
"Definitions/uhd-heaven.yml",
|
"Definitions/uhd-heaven.yml",
|
||||||
|
Reference in New Issue
Block a user