Skip to content

Commit

Permalink
scenepalace: add date TZ
Browse files Browse the repository at this point in the history
add book-search
add tpp info
  • Loading branch information
garfield69 committed Oct 15, 2020
1 parent 0a6579d commit 212948b
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions src/Jackett.Common/Definitions/scenepalace.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ caps:
tv-search: [q, season, ep]
movie-search: [q]
music-search: [q]
book-search: [q]

settings:
- name: username
Expand All @@ -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 <b>Torrents per page:</b> setting to <b>100</b> on your account profile.
- name: sort
type: select
label: Sort requested from site
Expand Down Expand Up @@ -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
Expand All @@ -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:
Expand Down

0 comments on commit 212948b

Please sign in to comment.