DataScene: fix definition

This commit is contained in:
kaso17 2017-08-29 15:33:00 +02:00
parent 300354ef13
commit a6d2ecffbb
1 changed files with 4 additions and 5 deletions

View File

@ -67,7 +67,7 @@
search: "{{ .Query.Keywords }}"
incldead: 1
rows:
selector: tr:has(a.tname)
selector: div.ncls > table > tbody > tr:has(a.tname)
fields:
title-attribute:
selector: a.tname
@ -86,7 +86,7 @@
- name: querystring
args: cat
download:
selector: a[href^="/download.php/"]
selector: a[href^="/download.php/"], a[href^="/downloadd.php/"] # some releases use a download link with two d's
attribute: href
grabs:
selector: td:nth-child(8)
@ -97,10 +97,9 @@
selector: td:nth-child(7)
date:
selector: td:nth-child(2) > right > div:has(font:contains("Uploaded"))
remove: div > font
filters:
- name: trim
args: ":"
- name: replace
args: ["Uploaded: ", ""]
seeders:
selector: td:nth-child(9)
leechers: