mirror of
https://github.com/Jackett/Jackett
synced 2025-03-09 13:52:03 +00:00
magnet4you: optional cat config support for torznab app compatibility
This commit is contained in:
parent
12ca9ba487
commit
7f271f4894
1 changed files with 18 additions and 11 deletions
|
@ -21,7 +21,9 @@ legacylinks:
|
||||||
|
|
||||||
caps:
|
caps:
|
||||||
categories:
|
categories:
|
||||||
1: Other
|
1: TV
|
||||||
|
2: Movies
|
||||||
|
3: Other
|
||||||
|
|
||||||
modes:
|
modes:
|
||||||
search: [q]
|
search: [q]
|
||||||
|
@ -29,18 +31,23 @@ caps:
|
||||||
movie-search: [q]
|
movie-search: [q]
|
||||||
|
|
||||||
settings:
|
settings:
|
||||||
- name: info
|
- name: category-id
|
||||||
type: info
|
type: select
|
||||||
default: Magnet4You does not use categories. In your software Indexer settings, set the category to 7000.
|
label: The Magnet4You web site does not provide categories. Select the category you want Jackett to set on all results returned.
|
||||||
|
default: 3
|
||||||
|
options:
|
||||||
|
1: TV
|
||||||
|
2: Movies
|
||||||
|
3: Other
|
||||||
- name: sort
|
- name: sort
|
||||||
type: select
|
type: select
|
||||||
label: Sort requested from site
|
label: Sort requested from site
|
||||||
default: "uploaded"
|
default: uploaded
|
||||||
options:
|
options:
|
||||||
"uploaded": "created"
|
uploaded: created
|
||||||
"seed": "seeders"
|
seed: seeders
|
||||||
"size": "size"
|
size: size
|
||||||
"title": "name"
|
title: name
|
||||||
|
|
||||||
search:
|
search:
|
||||||
paths:
|
paths:
|
||||||
|
@ -51,7 +58,7 @@ search:
|
||||||
|
|
||||||
fields:
|
fields:
|
||||||
category:
|
category:
|
||||||
text: 1
|
text: "{{ .Config.category-id }}"
|
||||||
title:
|
title:
|
||||||
selector: a[href^="magnet/"]
|
selector: a[href^="magnet/"]
|
||||||
details:
|
details:
|
||||||
|
|
Loading…
Add table
Reference in a new issue