Jpopsuki: new results selectors (#9074)

This commit is contained in:
Kai Sforza 2020-06-29 13:40:05 -06:00 committed by GitHub
parent f951ef331c
commit ad5171972f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 7 deletions

View File

@ -66,7 +66,7 @@ search:
description: description:
selector: div.tags selector: div.tags
title: title:
selector: td:nth-child(3) selector: td:nth-child(2)
remove: span, div.tags, a[title="View Comments"] remove: span, div.tags, a[title="View Comments"]
filters: filters:
- name: replace - name: replace
@ -88,9 +88,9 @@ search:
selector: td:nth-child(2) img selector: td:nth-child(2) img
attribute: src attribute: src
files: files:
selector: td:nth-child(4) selector: td:nth-child(3)
date: date:
selector: td:nth-child(5) selector: td:nth-child(4)
attribute: title attribute: title
filters: filters:
- name: append - name: append
@ -98,13 +98,13 @@ search:
- name: dateparse - name: dateparse
args: "Jan 02 2006, 15:04 -07:00" args: "Jan 02 2006, 15:04 -07:00"
size: size:
selector: td:nth-child(6) selector: td:nth-child(5)
grabs: grabs:
selector: td:nth-child(7) selector: td:nth-child(6)
seeders: seeders:
selector: td:nth-child(8) selector: td:nth-child(7)
leechers: leechers:
selector: td:nth-child(9) selector: td:nth-child(8)
downloadvolumefactor: downloadvolumefactor:
case: case:
"strong:contains(\"Freeleech!\")": "0" "strong:contains(\"Freeleech!\")": "0"