mirror of
https://github.com/Jackett/Jackett
synced 2025-03-12 07:04:22 +00:00
datascene: update size, seeders, leechers, grabs & date selectors
This commit is contained in:
parent
b7faddf39f
commit
dd9a4b075c
1 changed files with 6 additions and 5 deletions
|
@ -126,15 +126,16 @@ search:
|
||||||
- name: replace
|
- name: replace
|
||||||
args: ["https://via.placeholder.com/400x600", ""]
|
args: ["https://via.placeholder.com/400x600", ""]
|
||||||
size:
|
size:
|
||||||
selector: td:nth-last-child(5)
|
|
||||||
seeders:
|
|
||||||
selector: td:nth-last-child(4)
|
selector: td:nth-last-child(4)
|
||||||
leechers:
|
seeders:
|
||||||
selector: td:nth-last-child(3)
|
selector: td:nth-last-child(3)
|
||||||
grabs:
|
leechers:
|
||||||
selector: td:nth-last-child(2)
|
selector: td:nth-last-child(2)
|
||||||
date:
|
grabs:
|
||||||
selector: td:nth-last-child(1)
|
selector: td:nth-last-child(1)
|
||||||
|
date:
|
||||||
|
selector: td:has(a.view-torrent) spam:last-child span:last-child
|
||||||
|
remove: a
|
||||||
filters:
|
filters:
|
||||||
# translations for Turkish|Estonian|Danish|Italian|Polish|Norwegian|Portuguese|Czech|Russian|Romanian|Spanish|French|German|Bulgarian|Dutch|Chinese|Japanese|Swedish
|
# translations for Turkish|Estonian|Danish|Italian|Polish|Norwegian|Portuguese|Czech|Russian|Romanian|Spanish|French|German|Bulgarian|Dutch|Chinese|Japanese|Swedish
|
||||||
- name: re_replace
|
- name: re_replace
|
||||||
|
|
Loading…
Add table
Reference in a new issue