mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
cpabien, cpabienclone: info about categories. resolves #9003
This commit is contained in:
@@ -42,9 +42,7 @@ legacylinks:
|
|||||||
|
|
||||||
caps:
|
caps:
|
||||||
categorymappings:
|
categorymappings:
|
||||||
- {id: films, cat: Movies, desc: "Movies"}
|
- {id: other, cat: Other, desc: "Movies/TV/Other"}
|
||||||
- {id: series, cat: TV, desc: "TV"}
|
|
||||||
- {id: other, cat: Other, desc: "Other"}
|
|
||||||
|
|
||||||
modes:
|
modes:
|
||||||
search: [q]
|
search: [q]
|
||||||
@@ -67,6 +65,10 @@ settings:
|
|||||||
type: info
|
type: info
|
||||||
label: How to get the User-Agent
|
label: How to get the User-Agent
|
||||||
default: "<ol><li>From the same place you fetched the cookie,<li>Find <b>'user-agent:'</b> in the <b>Request Headers</b> section<li><b>Select</b> and <b>Copy</b> the whole user-agent string <i>(everything after 'user-agent: ')</i> and <b>Paste</b> here.</ol>"
|
default: "<ol><li>From the same place you fetched the cookie,<li>Find <b>'user-agent:'</b> in the <b>Request Headers</b> section<li><b>Select</b> and <b>Copy</b> the whole user-agent string <i>(everything after 'user-agent: ')</i> and <b>Paste</b> here.</ol>"
|
||||||
|
- name: info_categories
|
||||||
|
type: info
|
||||||
|
label: "About categories"
|
||||||
|
default: "cpasbien does not show <b>Categories</b> in its Search Results.<br />To use this indexer with Sonarr/Radarr set your indexer category to <b>7000</b>."
|
||||||
|
|
||||||
login:
|
login:
|
||||||
method: cookie
|
method: cookie
|
||||||
|
@@ -22,9 +22,7 @@ legacylinks:
|
|||||||
|
|
||||||
caps:
|
caps:
|
||||||
categorymappings:
|
categorymappings:
|
||||||
- {id: films, cat: Movies, desc: "Movies"}
|
- {id: other, cat: Other, desc: "Movies/TV/Other"}
|
||||||
- {id: series, cat: TV, desc: "TV"}
|
|
||||||
- {id: other, cat: Other, desc: "Other"}
|
|
||||||
|
|
||||||
modes:
|
modes:
|
||||||
search: [q]
|
search: [q]
|
||||||
@@ -45,6 +43,10 @@ settings:
|
|||||||
"?trie-poid-a": "size asc"
|
"?trie-poid-a": "size asc"
|
||||||
"?trie-nom-d": "title desc"
|
"?trie-nom-d": "title desc"
|
||||||
"?trie-nom-a": "title asc"
|
"?trie-nom-a": "title asc"
|
||||||
|
- name: info_categories
|
||||||
|
type: info
|
||||||
|
label: "About categories"
|
||||||
|
default: "cpasbien clone does not show <b>Categories</b> in its Search Results.<br />To use this indexer with Sonarr/Radarr set your indexer category to <b>7000</b>."
|
||||||
|
|
||||||
download:
|
download:
|
||||||
selector: a[href^="magnet:"]
|
selector: a[href^="magnet:"]
|
||||||
|
Reference in New Issue
Block a user