mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
3dtorrents: add date TZ
default leechers to 1
This commit is contained in:
@@ -100,13 +100,15 @@ search:
|
|||||||
selector: td:nth-last-child(4)
|
selector: td:nth-last-child(4)
|
||||||
seeders:
|
seeders:
|
||||||
selector: td:nth-last-child(3)
|
selector: td:nth-last-child(3)
|
||||||
# leechers:
|
leechers:
|
||||||
# selector: td:nth-last-child(2)
|
text: 0
|
||||||
date:
|
date:
|
||||||
selector: td:nth-last-child(5)
|
selector: td:nth-last-child(5)
|
||||||
filters:
|
filters:
|
||||||
|
- name: append
|
||||||
|
args: " -07:00" # PDT
|
||||||
- name: dateparse
|
- name: dateparse
|
||||||
args: "02/01/2006"
|
args: "02/01/2006 -07:00"
|
||||||
downloadvolumefactor:
|
downloadvolumefactor:
|
||||||
case:
|
case:
|
||||||
img[title^="You get 50% off download count on this torrent"]: 0.5
|
img[title^="You get 50% off download count on this torrent"]: 0.5
|
||||||
|
Reference in New Issue
Block a user