diff --git a/src/Jackett.Common/Definitions/scenepalace.yml b/src/Jackett.Common/Definitions/scenepalace.yml
index a0ae828ec..d31dbb202 100644
--- a/src/Jackett.Common/Definitions/scenepalace.yml
+++ b/src/Jackett.Common/Definitions/scenepalace.yml
@@ -32,6 +32,7 @@ caps:
tv-search: [q, season, ep]
movie-search: [q]
music-search: [q]
+ book-search: [q]
settings:
- name: username
@@ -44,6 +45,10 @@ settings:
type: checkbox
label: Filter freeleech only
default: false
+ - name: info_tpp
+ type: info
+ label: Results Per Page
+ default: For best results, change the Torrents per page: setting to 100 on your account profile.
- name: sort
type: select
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 }}"
fields:
- title:
- selector: a[href^="details.php?id="]
- details:
- selector: a[href^="details.php?id="]
- attribute: href
category:
selector: a[href^="browse.php?cat="]
attribute: href
filters:
- name: querystring
args: cat
+ title:
+ selector: a[href^="details.php?id="]
+ details:
+ selector: a[href^="details.php?id="]
+ attribute: href
download:
selector: a[href^="download.php?torrent="]
attribute: href
@@ -121,8 +126,10 @@ search:
selector: td:nth-last-child(6):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"
+ args: "Jan 2 2006 03:04 PM -07:00"
size:
selector: td:nth-last-child(5)
grabs: