mirror of https://github.com/Jackett/Jackett
Update tracker definition.
This commit is contained in:
parent
0ba21e3f18
commit
0300942a8f
|
@ -39,6 +39,7 @@
|
|||
- {id: 20, cat: TV/SD, desc: "Series - HDRip"}
|
||||
- {id: 22, cat: TV/SD, desc: "Series - DVD"}
|
||||
- {id: 51, cat: TV/OTHER, desc: "Series - Otros Formatos"}
|
||||
- {id: 84, cat: TV/HD, desc: "Series - H265"}
|
||||
#Documentales
|
||||
- {id: 53, cat: TV/Documentary, desc: "Documentales - HD"}
|
||||
- {id: 52, cat: TV/Documentary, desc: "Documentales - SD"}
|
||||
|
@ -76,7 +77,7 @@
|
|||
active: "0"
|
||||
search: "{{ .Query.Keywords }}"
|
||||
rows:
|
||||
selector: "#Mcol table.table-inverse ~ table.table-inverse > tbody > tr:not(:first-child)"
|
||||
selector: "#Mcol table.lista:nth-child(1) > tbody > tr:not(:first-child)"
|
||||
fields:
|
||||
category:
|
||||
selector: td:nth-child(1) a
|
||||
|
@ -85,10 +86,15 @@
|
|||
- name: querystring
|
||||
args: category
|
||||
title:
|
||||
selector: td:nth-child(2) a
|
||||
selector: td:nth-child(2)
|
||||
filters:
|
||||
- name: replace
|
||||
args: [">", ""]
|
||||
- name: replace
|
||||
args: ["\"", ""]
|
||||
banner:
|
||||
optional: true
|
||||
selector: td:nth-child(2) a
|
||||
selector: td:nth-child(2) > a
|
||||
attribute: onmouseover
|
||||
filters:
|
||||
- name: regexp
|
||||
|
@ -98,19 +104,23 @@
|
|||
selector: td:nth-child(2) a
|
||||
attribute: href
|
||||
size:
|
||||
selector: td:nth-child(6)
|
||||
seeders:
|
||||
selector: td:nth-child(8) a
|
||||
leechers:
|
||||
selector: td:nth-child(9) a
|
||||
grabs:
|
||||
selector: td:nth-child(10)
|
||||
seeders:
|
||||
selector: td:nth-child(6) a
|
||||
leechers:
|
||||
selector: td:nth-child(7) a
|
||||
grabs:
|
||||
selector: td:nth-child(8)
|
||||
filters:
|
||||
- name: replace
|
||||
args: ["---", "0"]
|
||||
date:
|
||||
selector: td:nth-child(7)
|
||||
selector: td:nth-child(5)
|
||||
filters:
|
||||
- name: replace
|
||||
args: [">", ""]
|
||||
- name: replace
|
||||
args: ["\"", ""]
|
||||
- name: dateparse
|
||||
args: "02/01/2006"
|
||||
download:
|
||||
|
|
Loading…
Reference in New Issue