1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2025-03-01 01:15:47 +00:00

pterclub: handle advanced users. resolves #8698

This commit is contained in:
Garfield69 2020-05-19 12:50:41 +12:00
parent ff4c1f2151
commit dfd0aa5244

View file

@ -130,7 +130,7 @@ search:
attribute: href attribute: href
date: date:
# time type: time elapsed (default) # time type: time elapsed (default)
selector: td.rowfollow:nth-last-of-type(6) > span[title] selector: td.rowfollow:nth-of-type(4) > span[title]
attribute: title attribute: title
optional: true optional: true
filters: filters:
@ -140,7 +140,7 @@ search:
args: "2006-01-02 15:04:05 -07:00" args: "2006-01-02 15:04:05 -07:00"
date: date:
# time added # time added
selector: td.rowfollow:nth-last-of-type(6):not(:has(span)) selector: td.rowfollow:nth-of-type(4):not(:has(span))
optional: true optional: true
filters: filters:
- name: append - name: append
@ -148,13 +148,13 @@ search:
- name: dateparse - name: dateparse
args: "2006-01-0215:04:05 -07:00" args: "2006-01-0215:04:05 -07:00"
size: size:
selector: td.rowfollow:nth-last-of-type(5) selector: td.rowfollow:nth-of-type(5)
seeders: seeders:
selector: td.rowfollow:nth-last-of-type(4) selector: td.rowfollow:nth-of-type(6)
leechers: leechers:
selector: td.rowfollow.rowfollow:nth-last-of-type(3) selector: td.rowfollow.rowfollow:nth-of-type(7)
grabs: grabs:
selector: td.rowfollow:nth-last-of-type(2) selector: td.rowfollow:nth-of-type(8)
downloadvolumefactor: downloadvolumefactor:
case: case:
img.pro_free: 0 img.pro_free: 0