mteamtp: selector order out by one. possible resolve for #3907

This commit is contained in:
Garfield69
2018-10-05 10:00:39 +13:00
parent 4f96f437ad
commit 17002a6ede

View File

@@ -124,15 +124,15 @@
- name: replace - name: replace
args: ["pic/nopic.jpg", ""] args: ["pic/nopic.jpg", ""]
size: size:
selector: td.rowfollow:nth-child(3) selector: td.rowfollow:nth-child(2)
grabs: grabs:
selector: td.rowfollow:nth-child(6)
seeders:
selector: td.rowfollow:nth-child(4)
leechers:
selector: td.rowfollow:nth-child(5) selector: td.rowfollow:nth-child(5)
seeders:
selector: td.rowfollow:nth-child(3)
leechers:
selector: td.rowfollow:nth-child(4)
date: date:
selector: td.rowfollow:nth-child(2):not(:has(span)) selector: td.rowfollow:nth-child(1):not(:has(span))
optional: true optional: true
filters: filters:
- name: append - name: append
@@ -140,7 +140,7 @@
- name: dateparse - name: dateparse
args: "2006-01-0215:04:05 -07:00" args: "2006-01-0215:04:05 -07:00"
date: date:
selector: td.rowfollow:nth-child(2) > span[title] selector: td.rowfollow:nth-child(1) > span[title]
optional: true optional: true
attribute: title attribute: title
filters: filters: