mirror of https://github.com/Jackett/Jackett
parent
2d8f03285d
commit
2c3e11a10a
|
@ -31,8 +31,8 @@ caps:
|
|||
- {id: 53, cat: TV/Documentary, desc: "HD / Dokumentika"}
|
||||
- {id: 54, cat: Movies/HD, desc: "HD / Filmai"}
|
||||
- {id: 55, cat: Audio/Video, desc: "HD / Music videos"}
|
||||
- {id: 56, cat: TV/HD, desc: "HD / Serialai"}
|
||||
- {id: 72, cat: Movies/3D, desc: "HD / 3D"}
|
||||
- {id: 56, cat: TV/HD, desc: "HD / Serialai"}
|
||||
- {id: 74, cat: TV/HD, desc: "HD / Filmai LT"}
|
||||
- {id: 79, cat: TV/HD, desc: "HD / Serialai LT"}
|
||||
- {id: 78, cat: TV/HD, desc: "HD / Filmai RU"}
|
||||
|
@ -61,8 +61,8 @@ caps:
|
|||
- {id: 21, cat: XXX, desc: "pr0n"}
|
||||
- {id: 71, cat: XXX/Packs, desc: "pr0n / pack"}
|
||||
- {id: 30, cat: Other, desc: "Kita"}
|
||||
- {id: 41, cat: Books, desc: "E-Books"}
|
||||
- {id: 77, cat: Other, desc: "Educational"}
|
||||
- {id: 41, cat: Books, desc: "E-Books"}
|
||||
|
||||
modes:
|
||||
search: [q]
|
||||
|
@ -83,21 +83,25 @@ settings:
|
|||
type: checkbox
|
||||
label: Search freeleech only
|
||||
default: false
|
||||
- name: info_tpp
|
||||
type: info
|
||||
label: Results Per Page
|
||||
default: For best results, change the <b>Torrents per page:</b> setting to <b>100</b> on your account profile.
|
||||
- name: sort
|
||||
type: select
|
||||
label: Sort requested from site
|
||||
default: "0"
|
||||
default: 0
|
||||
options:
|
||||
"0": "created"
|
||||
"6": "seeders"
|
||||
"4": "size"
|
||||
0: created
|
||||
6: seeders
|
||||
4: size
|
||||
- name: type
|
||||
type: select
|
||||
label: Order requested from site
|
||||
default: "desc"
|
||||
default: desc
|
||||
options:
|
||||
"desc": "desc"
|
||||
"asc": "asc"
|
||||
desc: desc
|
||||
asc: asc
|
||||
|
||||
login:
|
||||
method: cookie
|
||||
|
@ -126,27 +130,27 @@ search:
|
|||
args: 50
|
||||
|
||||
fields:
|
||||
title:
|
||||
selector: td[class$="torrent_info"] a
|
||||
details:
|
||||
selector: td[class$="torrent_info"] a
|
||||
attribute: href
|
||||
banner:
|
||||
selector: td[class$="torrent_info"] a
|
||||
attribute: data-poster-preview
|
||||
category:
|
||||
selector: td[class^="torrent_cat_image"] a
|
||||
attribute: href
|
||||
filters:
|
||||
- name: querystring
|
||||
args: cats[]
|
||||
title:
|
||||
selector: td[class$="torrent_info"] a
|
||||
details:
|
||||
selector: td[class$="torrent_info"] a
|
||||
attribute: href
|
||||
download:
|
||||
selector: td a.torrent_size
|
||||
attribute: href
|
||||
banner:
|
||||
selector: td[class$="torrent_info"] a
|
||||
attribute: data-poster-preview
|
||||
seeders:
|
||||
selector: td span.torrent_seeders
|
||||
leechers:
|
||||
selector: td span.torrent_leechers
|
||||
download:
|
||||
selector: td a.torrent_size
|
||||
attribute: href
|
||||
size:
|
||||
selector: td a.torrent_size
|
||||
downloadvolumefactor:
|
||||
|
@ -159,8 +163,10 @@ search:
|
|||
selector: td[class$="torrent_info"] span
|
||||
remove: div, i
|
||||
filters:
|
||||
- name: append
|
||||
args: " +02:00" # EET
|
||||
- name: dateparse
|
||||
args: "2006-01-02 15:04"
|
||||
args: "2006-01-02 15:04:05 -07:00"
|
||||
minimumratio:
|
||||
text: 0.41
|
||||
# engine n/a
|
||||
|
|
Loading…
Reference in New Issue