ilcorsaroblu: #3970

they have been playing with the search page, and appear to have dropped the size field.
now defaulting to 500MB unless it pops up again
This commit is contained in:
Garfield69
2018-10-12 11:43:22 +13:00
parent 579190b4bd
commit 51ece1726c

View File

@@ -144,18 +144,25 @@
- name: regexp
args: "src=(.+?) "
size:
selector: td:nth-child(9)
text: "500 MB"
size:
optional: true
selector: td:nth-child(4):contains("B")
date:
selector: td:nth-child(5)
selector: td:nth-last-child(6)
filters:
- name: dateparse
args: "02/01/2006"
grabs:
selector: td:nth-child(8)
selector: td:nth-last-child(3)
filters:
- name: replace
args: ["---", "0"]
seeders:
selector: td:nth-child(6)
selector: td:nth-last-child(5)
leechers:
selector: td:nth-child(7)
selector: td:nth-last-child(4)
downloadvolumefactor:
text: "0"
uploadvolumefactor:
text: "1"