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: 20, cat: TV/SD, desc: "Series - HDRip"}
|
||||||
- {id: 22, cat: TV/SD, desc: "Series - DVD"}
|
- {id: 22, cat: TV/SD, desc: "Series - DVD"}
|
||||||
- {id: 51, cat: TV/OTHER, desc: "Series - Otros Formatos"}
|
- {id: 51, cat: TV/OTHER, desc: "Series - Otros Formatos"}
|
||||||
|
- {id: 84, cat: TV/HD, desc: "Series - H265"}
|
||||||
#Documentales
|
#Documentales
|
||||||
- {id: 53, cat: TV/Documentary, desc: "Documentales - HD"}
|
- {id: 53, cat: TV/Documentary, desc: "Documentales - HD"}
|
||||||
- {id: 52, cat: TV/Documentary, desc: "Documentales - SD"}
|
- {id: 52, cat: TV/Documentary, desc: "Documentales - SD"}
|
||||||
|
@ -76,7 +77,7 @@
|
||||||
active: "0"
|
active: "0"
|
||||||
search: "{{ .Query.Keywords }}"
|
search: "{{ .Query.Keywords }}"
|
||||||
rows:
|
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:
|
fields:
|
||||||
category:
|
category:
|
||||||
selector: td:nth-child(1) a
|
selector: td:nth-child(1) a
|
||||||
|
@ -85,10 +86,15 @@
|
||||||
- name: querystring
|
- name: querystring
|
||||||
args: category
|
args: category
|
||||||
title:
|
title:
|
||||||
selector: td:nth-child(2) a
|
selector: td:nth-child(2)
|
||||||
|
filters:
|
||||||
|
- name: replace
|
||||||
|
args: [">", ""]
|
||||||
|
- name: replace
|
||||||
|
args: ["\"", ""]
|
||||||
banner:
|
banner:
|
||||||
optional: true
|
optional: true
|
||||||
selector: td:nth-child(2) a
|
selector: td:nth-child(2) > a
|
||||||
attribute: onmouseover
|
attribute: onmouseover
|
||||||
filters:
|
filters:
|
||||||
- name: regexp
|
- name: regexp
|
||||||
|
@ -98,19 +104,23 @@
|
||||||
selector: td:nth-child(2) a
|
selector: td:nth-child(2) a
|
||||||
attribute: href
|
attribute: href
|
||||||
size:
|
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)
|
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:
|
filters:
|
||||||
- name: replace
|
- name: replace
|
||||||
args: ["---", "0"]
|
args: ["---", "0"]
|
||||||
date:
|
date:
|
||||||
selector: td:nth-child(7)
|
selector: td:nth-child(5)
|
||||||
filters:
|
filters:
|
||||||
|
- name: replace
|
||||||
|
args: [">", ""]
|
||||||
|
- name: replace
|
||||||
|
args: ["\"", ""]
|
||||||
- name: dateparse
|
- name: dateparse
|
||||||
args: "02/01/2006"
|
args: "02/01/2006"
|
||||||
download:
|
download:
|
||||||
|
|
Loading…
Reference in New Issue