mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
@@ -1,4 +1,4 @@
|
|||||||
---
|
---
|
||||||
site: anidex
|
site: anidex
|
||||||
name: Anidex
|
name: Anidex
|
||||||
description: "Anidex is a torrent tracker and indexer, primarily for English fansub groups of anime"
|
description: "Anidex is a torrent tracker and indexer, primarily for English fansub groups of anime"
|
||||||
@@ -34,16 +34,13 @@
|
|||||||
- name: cat-id
|
- name: cat-id
|
||||||
type: text
|
type: text
|
||||||
label: Category Id
|
label: Category Id
|
||||||
# no longer supported?
|
- name: info
|
||||||
# - name: lang-id
|
type: info
|
||||||
# type: text
|
label: Category Id Note
|
||||||
# label: Language Id
|
default: "You can filter your searches by using any of the following category numbers (comma delimited):<br>1 :Anime - Sub<br>2 :Anime - Raw<br>3 :Anime - Dub<br>4 :LA - Sub<br>5 :LA - Raw<br>6 :Light Novel<br>7 :Manga - TLed<br>8 :Manga - Raw<br>9 :♫ - Lossy<br>10 :♫ - Lossless<br>11 :♫ - Video<br>12 :Games<br>13 :Applications<br>14 :Pictures<br>15 :Adult Video<br>16 :Other"
|
||||||
|
|
||||||
search:
|
search:
|
||||||
path: "/"
|
path: "?{{if .Config.cat-id}}id={{.Config.cat-id }}&{{else}}{{end}}q={{if .Keywords}}{{.Keywords}}{{else}}{{end}}"
|
||||||
inputs:
|
|
||||||
q: "{{ .Query.Keywords }}"
|
|
||||||
id: "{{ .Config.cat-id }}"
|
|
||||||
rows:
|
rows:
|
||||||
selector: div.table-responsive > table > tbody > tr
|
selector: div.table-responsive > table > tbody > tr
|
||||||
fields:
|
fields:
|
||||||
|
Reference in New Issue
Block a user