mirror of
https://github.com/Jackett/Jackett
synced 2025-03-09 13:52:03 +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:
|
||||
search: [q]
|
||||
tv-search: [q, season, ep]
|
||||
movie-search: [q]
|
||||
music-search: [q]
|
||||
book-search: [q]
|
||||
|
||||
settings:
|
||||
- name: username
|
||||
|
@ -85,10 +88,13 @@ download:
|
|||
|
||||
search:
|
||||
# https://dxp.ru/torrents.php?search=&sort=4&type=desc
|
||||
# https://dxp.ru/torrents.php?search=&cat=0&incldead=1
|
||||
paths:
|
||||
- path: torrents.php
|
||||
inputs:
|
||||
$raw: "{{ range .Categories }}c{{.}}=1&{{end}}"
|
||||
search: "{{ .Keywords }}"
|
||||
incldead: 1
|
||||
sort: "{{ .Config.sort }}"
|
||||
type: "{{ .Config.type }}"
|
||||
|
||||
|
@ -114,8 +120,10 @@ search:
|
|||
date:
|
||||
selector: i
|
||||
filters:
|
||||
- name: append
|
||||
args: " +03:00" # MSK
|
||||
- name: dateparse
|
||||
args: "2006-01-02 15:04:05"
|
||||
args: "2006-01-02 15:04:05 -07:00"
|
||||
files:
|
||||
selector: td:nth-child(4)
|
||||
size:
|
||||
|
@ -137,4 +145,6 @@ search:
|
|||
"*": 0
|
||||
uploadvolumefactor:
|
||||
text: 1
|
||||
minimumratio:
|
||||
text: 0.3
|
||||
# engine n/a
|
||||
|
|
Loading…
Add table
Reference in a new issue