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:
|
modes:
|
||||||
search: [q]
|
search: [q]
|
||||||
|
tv-search: [q, season, ep]
|
||||||
|
movie-search: [q]
|
||||||
|
|
||||||
settings:
|
settings:
|
||||||
- name: downloadlink
|
- name: downloadlink
|
||||||
@@ -40,7 +42,7 @@
|
|||||||
- path: "{{if .Keywords}}/search/{{else}}/today/{{end}}"
|
- path: "{{if .Keywords}}/search/{{else}}/today/{{end}}"
|
||||||
inputs:
|
inputs:
|
||||||
$raw: "new=1&{{range .Categories}}s_cat={{.}}&{{end}}"
|
$raw: "new=1&{{range .Categories}}s_cat={{.}}&{{end}}"
|
||||||
search: "{{ .Query.Keywords }}"
|
search: "{{ .Keywords }}"
|
||||||
rows:
|
rows:
|
||||||
selector: div.inner_container > div:has(p:has(a[href^="/torrent/"]))
|
selector: div.inner_container > div:has(p:has(a[href^="/torrent/"]))
|
||||||
fields:
|
fields:
|
||||||
|
Reference in New Issue
Block a user