mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
torrentdownloads: add tv and movie torznab search
This commit is contained in:
@@ -21,6 +21,8 @@
|
||||
|
||||
modes:
|
||||
search: [q]
|
||||
tv-search: [q, season, ep]
|
||||
movie-search: [q]
|
||||
|
||||
settings:
|
||||
- name: downloadlink
|
||||
@@ -40,7 +42,7 @@
|
||||
- path: "{{if .Keywords}}/search/{{else}}/today/{{end}}"
|
||||
inputs:
|
||||
$raw: "new=1&{{range .Categories}}s_cat={{.}}&{{end}}"
|
||||
search: "{{ .Query.Keywords }}"
|
||||
search: "{{ .Keywords }}"
|
||||
rows:
|
||||
selector: div.inner_container > div:has(p:has(a[href^="/torrent/"]))
|
||||
fields:
|
||||
|
Reference in New Issue
Block a user