mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
Greek Team: update definition to handle new column
This commit is contained in:
@@ -119,9 +119,9 @@
|
|||||||
download:
|
download:
|
||||||
text: "download2.php?torrent={{ .Result._id }}"
|
text: "download2.php?torrent={{ .Result._id }}"
|
||||||
size:
|
size:
|
||||||
selector: td:nth-last-child(3)
|
selector: td:nth-last-child(4)
|
||||||
date:
|
date:
|
||||||
selector: td:nth-last-child(5)
|
selector: td:nth-last-child(6) > nobr
|
||||||
filters:
|
filters:
|
||||||
- name: append
|
- name: append
|
||||||
args: " +02:00"
|
args: " +02:00"
|
||||||
@@ -130,9 +130,9 @@
|
|||||||
files:
|
files:
|
||||||
selector: td:nth-last-child(7)
|
selector: td:nth-last-child(7)
|
||||||
seeders:
|
seeders:
|
||||||
selector: td:nth-last-child(2)
|
selector: td:nth-last-child(3)
|
||||||
leechers:
|
leechers:
|
||||||
selector: td:nth-last-child(1)
|
selector: td:nth-last-child(2)
|
||||||
downloadvolumefactor:
|
downloadvolumefactor:
|
||||||
case:
|
case:
|
||||||
"img[src=\"pic/free.png\"]": "0"
|
"img[src=\"pic/free.png\"]": "0"
|
||||||
|
Reference in New Issue
Block a user