1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2025-02-22 14:20:57 +00:00

bigtower: Fixed error on searching phase (#5440)

This commit is contained in:
Jorman 2019-06-09 03:59:33 +02:00 committed by garfield69
parent 94f0e1a732
commit db97f9eed3

View file

@ -140,21 +140,21 @@
size: size:
selector: td:nth-last-child(2) selector: td:nth-last-child(2)
date: date:
selector: td:nth-last-child(7) selector: td:nth-last-child(8)
filters: filters:
- name: append - name: append
args: " +01:00" args: " +01:00"
- name: dateparse - name: dateparse
args: "02/01/2006 -07:00" args: "02/01/2006 -07:00"
grabs: grabs:
selector: td:nth-last-child(4) selector: td:nth-last-child(5)
filters: filters:
- name: replace - name: replace
args: ["---", "0"] args: ["---", "0"]
seeders: seeders:
selector: td:nth-last-child(6) selector: td:nth-last-child(7)
leechers: leechers:
selector: td:nth-last-child(5) selector: td:nth-last-child(6)
downloadvolumefactor: downloadvolumefactor:
case: case:
img[alt="Gold 100% Free"]: "0" img[alt="Gold 100% Free"]: "0"