mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
moviesdvdr: add default data for Radarr. resolves #6613
This commit is contained in:
@@ -14,6 +14,7 @@
|
|||||||
|
|
||||||
modes:
|
modes:
|
||||||
search: [q]
|
search: [q]
|
||||||
|
movie-search: [q]
|
||||||
|
|
||||||
settings: []
|
settings: []
|
||||||
|
|
||||||
@@ -25,8 +26,10 @@
|
|||||||
- path: /
|
- path: /
|
||||||
inputs:
|
inputs:
|
||||||
s: "{{ .Keywords }}"
|
s: "{{ .Keywords }}"
|
||||||
|
|
||||||
rows:
|
rows:
|
||||||
selector: div.hitem
|
selector: div.hitem
|
||||||
|
|
||||||
fields:
|
fields:
|
||||||
category:
|
category:
|
||||||
text: "Movies"
|
text: "Movies"
|
||||||
@@ -45,6 +48,12 @@
|
|||||||
text: now
|
text: now
|
||||||
description:
|
description:
|
||||||
selector: span
|
selector: span
|
||||||
|
size:
|
||||||
|
text: "500 MB"
|
||||||
|
seeders:
|
||||||
|
text: 1
|
||||||
|
leechers:
|
||||||
|
text: 1
|
||||||
downloadvolumefactor:
|
downloadvolumefactor:
|
||||||
text: 0
|
text: 0
|
||||||
uploadvolumefactor:
|
uploadvolumefactor:
|
||||||
|
Reference in New Issue
Block a user