cpabien, cpabienclone: info about categories. resolves #9003

This commit is contained in:
Garfield69
2020-06-19 07:13:52 +12:00
parent c3bb53c02a
commit 32ff4782f5
2 changed files with 10 additions and 6 deletions

View File

@@ -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

View File

@@ -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:"]