mirror of
https://github.com/Jackett/Jackett
synced 2025-03-04 02:38:08 +00:00
Revert "arabp2p: update selectors" site is back to original layout again!
This reverts commit a44c3514c4
.
This commit is contained in:
parent
0bd0d468f8
commit
5fd2680281
1 changed files with 4 additions and 4 deletions
|
@ -154,18 +154,18 @@ search:
|
|||
selector: td a[href^="download.php"]
|
||||
attribute: href
|
||||
date:
|
||||
selector: td:nth-child(5) span
|
||||
selector: td:nth-child(4) span
|
||||
attribute: title
|
||||
# auto adjusted by site account profile
|
||||
filters:
|
||||
- name: dateparse
|
||||
args: "yyyy-MM-dd HH:mm:ss"
|
||||
seeders:
|
||||
selector: td:nth-child(6)
|
||||
selector: td:nth-child(5)
|
||||
leechers:
|
||||
selector: td:nth-child(7)
|
||||
selector: td:nth-child(6)
|
||||
size:
|
||||
selector: td:nth-child(8)
|
||||
selector: td:nth-child(7)
|
||||
downloadvolumefactor:
|
||||
case:
|
||||
span.free: 0
|
||||
|
|
Loading…
Add table
Reference in a new issue