1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2025-02-24 07:10:44 +00:00

asgaard: opps. adjust for #5754 resolves #6019

This commit is contained in:
Garfield69 2019-09-21 06:51:44 +12:00
parent bcfeea7a49
commit 1a646ac41c

View file

@ -149,15 +149,16 @@
- name: dateparse - name: dateparse
args: "2 Jan 2006 15:04:05" args: "2 Jan 2006 15:04:05"
files: files:
selector: td:nth-last-child(7) # remember #5754 advanced users have additional last TD so dont go using nth-last-child ;-)
selector: td:nth-child(5)
size: size:
selector: td:nth-last-child(5) selector: td:nth-child(7)
grabs: grabs:
selector: td:nth-last-child(4) selector: td:nth-child(8)
seeders: seeders:
selector: td:nth-last-child(3) selector: td:nth-child(9)
leechers: leechers:
selector: td:nth-last-child(2) selector: td:nth-child(10)
downloadvolumefactor: downloadvolumefactor:
case: case:
img[src="./images/gold.png"]: "0" img[src="./images/gold.png"]: "0"