mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
Revert "mteamtp: selector mods. possible solve for #3907"
This reverts commit 4f96f437ad
.
This commit is contained in:
@@ -124,15 +124,15 @@
|
|||||||
- name: replace
|
- name: replace
|
||||||
args: ["pic/nopic.jpg", ""]
|
args: ["pic/nopic.jpg", ""]
|
||||||
size:
|
size:
|
||||||
selector: td.rowfollow:nth-child(3)
|
|
||||||
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)
|
||||||
|
grabs:
|
||||||
|
selector: td.rowfollow:nth-child(8)
|
||||||
|
seeders:
|
||||||
|
selector: td.rowfollow:nth-child(6)
|
||||||
|
leechers:
|
||||||
|
selector: td.rowfollow:nth-child(7)
|
||||||
date:
|
date:
|
||||||
selector: td.rowfollow:nth-child(2):not(:has(span))
|
selector: td.rowfollow:nth-child(4):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(4) > span[title]
|
||||||
optional: true
|
optional: true
|
||||||
attribute: title
|
attribute: title
|
||||||
filters:
|
filters:
|
||||||
|
Reference in New Issue
Block a user