mirror of
https://github.com/Jackett/Jackett
synced 2025-03-09 13:48:44 +00:00
scenepalace: add date TZ
add book-search add tpp info
This commit is contained in:
parent
0a6579d2b4
commit
212948b6da
1 changed files with 13 additions and 6 deletions
|
@ -32,6 +32,7 @@ caps:
|
||||||
tv-search: [q, season, ep]
|
tv-search: [q, season, ep]
|
||||||
movie-search: [q]
|
movie-search: [q]
|
||||||
music-search: [q]
|
music-search: [q]
|
||||||
|
book-search: [q]
|
||||||
|
|
||||||
settings:
|
settings:
|
||||||
- name: username
|
- name: username
|
||||||
|
@ -44,6 +45,10 @@ settings:
|
||||||
type: checkbox
|
type: checkbox
|
||||||
label: Filter freeleech only
|
label: Filter freeleech only
|
||||||
default: false
|
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
|
- name: sort
|
||||||
type: select
|
type: select
|
||||||
label: Sort requested from site
|
label: Sort requested from site
|
||||||
|
@ -90,17 +95,17 @@ search:
|
||||||
selector: "table[border=1][cellpadding=5] > tbody > tr:has(a[href^=\"download.php?torrent=\"]){{ if .Config.freeleech }}:has(img[src$=\"/free.jpg\"]){{ else }}{{ end }}"
|
selector: "table[border=1][cellpadding=5] > tbody > tr:has(a[href^=\"download.php?torrent=\"]){{ if .Config.freeleech }}:has(img[src$=\"/free.jpg\"]){{ else }}{{ end }}"
|
||||||
|
|
||||||
fields:
|
fields:
|
||||||
title:
|
|
||||||
selector: a[href^="details.php?id="]
|
|
||||||
details:
|
|
||||||
selector: a[href^="details.php?id="]
|
|
||||||
attribute: href
|
|
||||||
category:
|
category:
|
||||||
selector: a[href^="browse.php?cat="]
|
selector: a[href^="browse.php?cat="]
|
||||||
attribute: href
|
attribute: href
|
||||||
filters:
|
filters:
|
||||||
- name: querystring
|
- name: querystring
|
||||||
args: cat
|
args: cat
|
||||||
|
title:
|
||||||
|
selector: a[href^="details.php?id="]
|
||||||
|
details:
|
||||||
|
selector: a[href^="details.php?id="]
|
||||||
|
attribute: href
|
||||||
download:
|
download:
|
||||||
selector: a[href^="download.php?torrent="]
|
selector: a[href^="download.php?torrent="]
|
||||||
attribute: href
|
attribute: href
|
||||||
|
@ -121,8 +126,10 @@ search:
|
||||||
selector: td:nth-last-child(6):not(:contains("day"))
|
selector: td:nth-last-child(6):not(:contains("day"))
|
||||||
optional: true
|
optional: true
|
||||||
filters:
|
filters:
|
||||||
|
- name: append
|
||||||
|
args: " +00:00" # auto adjusted by site account profile
|
||||||
- name: dateparse
|
- name: dateparse
|
||||||
args: "Jan 2 2006 03:04 PM"
|
args: "Jan 2 2006 03:04 PM -07:00"
|
||||||
size:
|
size:
|
||||||
selector: td:nth-last-child(5)
|
selector: td:nth-last-child(5)
|
||||||
grabs:
|
grabs:
|
||||||
|
|
Loading…
Add table
Reference in a new issue