mirror of
https://github.com/Jackett/Jackett
synced 2025-03-05 03:08:50 +00:00
audiobooktorrents: new result selectors. resolves #8978
This commit is contained in:
parent
88f098add9
commit
b8d03c4ad6
1 changed files with 5 additions and 5 deletions
|
@ -138,18 +138,18 @@ search:
|
||||||
files:
|
files:
|
||||||
selector: td:nth-last-child(8)
|
selector: td:nth-last-child(8)
|
||||||
date:
|
date:
|
||||||
selector: td:nth-last-child(6)
|
selector: td:nth-last-child(7)
|
||||||
size:
|
size:
|
||||||
selector: td:nth-last-child(5)
|
selector: td:nth-last-child(6)
|
||||||
grabs:
|
grabs:
|
||||||
selector: td:nth-last-child(4)
|
selector: td:nth-last-child(5)
|
||||||
filters:
|
filters:
|
||||||
- name: regexp
|
- name: regexp
|
||||||
args: (\d+)
|
args: (\d+)
|
||||||
seeders:
|
seeders:
|
||||||
selector: td:nth-last-child(3)
|
selector: td:nth-last-child(4)
|
||||||
leechers:
|
leechers:
|
||||||
selector: td:nth-last-child(2)
|
selector: td:nth-last-child(3)
|
||||||
downloadvolumefactor:
|
downloadvolumefactor:
|
||||||
case:
|
case:
|
||||||
"a.info > b:contains(\"[FREE]\")": 0
|
"a.info > b:contains(\"[FREE]\")": 0
|
||||||
|
|
Loading…
Add table
Reference in a new issue