mirror of
https://github.com/Jackett/Jackett
synced 2025-03-10 06:03:09 +00:00
dxp: update search engine
add tv-search, movie-search and book-search add category search add include dead add date TZ add MR
This commit is contained in:
parent
bde42adaba
commit
efedd3c25b
1 changed files with 11 additions and 1 deletions
|
@ -40,7 +40,10 @@ caps:
|
||||||
|
|
||||||
modes:
|
modes:
|
||||||
search: [q]
|
search: [q]
|
||||||
|
tv-search: [q, season, ep]
|
||||||
|
movie-search: [q]
|
||||||
music-search: [q]
|
music-search: [q]
|
||||||
|
book-search: [q]
|
||||||
|
|
||||||
settings:
|
settings:
|
||||||
- name: username
|
- name: username
|
||||||
|
@ -85,10 +88,13 @@ download:
|
||||||
|
|
||||||
search:
|
search:
|
||||||
# https://dxp.ru/torrents.php?search=&sort=4&type=desc
|
# https://dxp.ru/torrents.php?search=&sort=4&type=desc
|
||||||
|
# https://dxp.ru/torrents.php?search=&cat=0&incldead=1
|
||||||
paths:
|
paths:
|
||||||
- path: torrents.php
|
- path: torrents.php
|
||||||
inputs:
|
inputs:
|
||||||
|
$raw: "{{ range .Categories }}c{{.}}=1&{{end}}"
|
||||||
search: "{{ .Keywords }}"
|
search: "{{ .Keywords }}"
|
||||||
|
incldead: 1
|
||||||
sort: "{{ .Config.sort }}"
|
sort: "{{ .Config.sort }}"
|
||||||
type: "{{ .Config.type }}"
|
type: "{{ .Config.type }}"
|
||||||
|
|
||||||
|
@ -114,8 +120,10 @@ search:
|
||||||
date:
|
date:
|
||||||
selector: i
|
selector: i
|
||||||
filters:
|
filters:
|
||||||
|
- name: append
|
||||||
|
args: " +03:00" # MSK
|
||||||
- name: dateparse
|
- name: dateparse
|
||||||
args: "2006-01-02 15:04:05"
|
args: "2006-01-02 15:04:05 -07:00"
|
||||||
files:
|
files:
|
||||||
selector: td:nth-child(4)
|
selector: td:nth-child(4)
|
||||||
size:
|
size:
|
||||||
|
@ -137,4 +145,6 @@ search:
|
||||||
"*": 0
|
"*": 0
|
||||||
uploadvolumefactor:
|
uploadvolumefactor:
|
||||||
text: 1
|
text: 1
|
||||||
|
minimumratio:
|
||||||
|
text: 0.3
|
||||||
# engine n/a
|
# engine n/a
|
||||||
|
|
Loading…
Add table
Reference in a new issue