mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
efectodoppler: add categories and filter_cat
albeit most cats other than audio and books are empty.
This commit is contained in:
@@ -9,12 +9,19 @@ links:
|
|||||||
- https://efectodoppler.pw/
|
- https://efectodoppler.pw/
|
||||||
|
|
||||||
caps:
|
caps:
|
||||||
categories:
|
categorymappings:
|
||||||
1: Audio
|
- {id: 1, cat: Audio, desc: "Música"}
|
||||||
|
- {id: 2, cat: PC, desc: "Aplicaciones"}
|
||||||
|
- {id: 3, cat: Books/EBook, desc: "Libros Electrónicos"}
|
||||||
|
- {id: 4, cat: Audio/Audiobook, desc: "Audiolibros"}
|
||||||
|
- {id: 5, cat: Audio/Video, desc: "Vídeos de aprendizaje"}
|
||||||
|
- {id: 6, cat: Books/Comics, desc: "Comedia"}
|
||||||
|
- {id: 7, cat: Books/Mags, desc: "Revistas"}
|
||||||
|
|
||||||
modes:
|
modes:
|
||||||
search: [q]
|
search: [q]
|
||||||
music-search: [q, album, artist]
|
music-search: [q, album, artist]
|
||||||
|
book-search: [q]
|
||||||
|
|
||||||
settings:
|
settings:
|
||||||
- name: username
|
- name: username
|
||||||
@@ -60,6 +67,7 @@ search:
|
|||||||
paths:
|
paths:
|
||||||
- path: torrents.php
|
- path: torrents.php
|
||||||
inputs:
|
inputs:
|
||||||
|
$raw: "{{ range .Categories }}filter_cat[{{.}}]=1&{{end}}"
|
||||||
searchstr: "{{ .Keywords }}"
|
searchstr: "{{ .Keywords }}"
|
||||||
artistname: "{{ .Query.Artist }}"
|
artistname: "{{ .Query.Artist }}"
|
||||||
groupname: "{{ .Query.Album }}"
|
groupname: "{{ .Query.Album }}"
|
||||||
@@ -75,7 +83,15 @@ search:
|
|||||||
|
|
||||||
fields:
|
fields:
|
||||||
category:
|
category:
|
||||||
text: 1
|
selector: div.tooltip
|
||||||
|
case:
|
||||||
|
div.cats_música: 1
|
||||||
|
div.cats_aplicaciones: 2
|
||||||
|
div.cats_libroselectrónicos: 3
|
||||||
|
div.cats_audiolibros: 4
|
||||||
|
div.cats_vídeosdeaprendizaje: 5
|
||||||
|
div.cats_comedia: 6
|
||||||
|
div.cats_revistas: 7
|
||||||
artist:
|
artist:
|
||||||
selector: a[href^="artist.php?id="]
|
selector: a[href^="artist.php?id="]
|
||||||
optional: true
|
optional: true
|
||||||
|
Reference in New Issue
Block a user