mirror of https://github.com/Jackett/Jackett
120 lines
3.2 KiB
YAML
120 lines
3.2 KiB
YAML
#,==========,
|
|
#| | | |
|
|
#`-./ \.-' - Config'd by Quatroking (05-05-2017), updated by AeonLucid (26-05-2017) -
|
|
# `.__.'
|
|
|
|
---
|
|
site: nyaa-pantsu
|
|
name: Nyaa-pantsu
|
|
description: "Nyaa-pantsu is a Public site for dedicated to Asian ANIME"
|
|
language: en-en
|
|
type: public
|
|
encoding: UTF-8
|
|
links:
|
|
- https://nyaa.pantsu.cat/
|
|
|
|
settings:
|
|
- name: cat-id
|
|
type: select
|
|
label: Category
|
|
default: "_"
|
|
options:
|
|
_: "All categories"
|
|
3_: "Anime"
|
|
3_12: "Anime - Anime Music Video"
|
|
3_5: "Anime - English-translated"
|
|
3_13: "Anime - Non-English-translated"
|
|
3_6: "Anime - Raw"
|
|
2_: "Audio"
|
|
2_3: "Audio - Lossless"
|
|
2_4: "Audio - Lossy"
|
|
4_: "Literature"
|
|
4_7: "Literature - English-translated"
|
|
4_14: "Literature - Non-English-translated"
|
|
4_14: "Literature - Raw"
|
|
1_: "Software"
|
|
1_1: "Software - Applications"
|
|
1_2: "Software - Games"
|
|
- name: filter-id
|
|
type: select
|
|
label: Filter
|
|
default: "0"
|
|
options:
|
|
0: "Show all"
|
|
1: "Filter Remakes"
|
|
2: "Trusted"
|
|
3: "A+"
|
|
|
|
caps:
|
|
categorymappings:
|
|
# Anime
|
|
- {id: 3_, cat: TV/Anime, desc: "Anime"}
|
|
- {id: 3_12, cat: TV/Anime, desc: "Anime music videos"}
|
|
- {id: 3_5, cat: TV/Anime, desc: "English subtitled animes"}
|
|
- {id: 3_13, cat: TV/Anime, desc: "Non-english subtitled animes"}
|
|
- {id: 3_6, cat: TV/Anime, desc: "Raw animes"}
|
|
# Audio
|
|
- {id: 2_, cat: Audio, desc: "Audio"}
|
|
- {id: 2_3, cat: Audio, desc: "Lossless audio"}
|
|
- {id: 2_4, cat: Audio, desc: "Lossy audio"}
|
|
# Literature
|
|
- {id: 4_, cat: Books, desc: "Literature"}
|
|
- {id: 4_7, cat: Books, desc: "Literature english translated"}
|
|
- {id: 4_14, cat: Books, desc: "Literature non-english translated"}
|
|
- {id: 4_8, cat: Books, desc: "Raw literature"}
|
|
# Software
|
|
- {id: 1_, cat: PC, desc: "Software"}
|
|
- {id: 1_1, cat: PC/ISO, desc: "Applications"}
|
|
- {id: 1_2, cat: PC/Games, desc: "Games"}
|
|
modes:
|
|
search: [q]
|
|
tv-search: [q]
|
|
|
|
search:
|
|
paths:
|
|
- path: /search
|
|
inputs:
|
|
q: "{{ .Query.Keywords }}"
|
|
c: "{{ .Config.cat-id }}"
|
|
s: "{{ .Config.filter-id }}"
|
|
rows:
|
|
selector: tr.torrent-info
|
|
fields:
|
|
title:
|
|
selector: td.tr-name a
|
|
category:
|
|
selector: td:nth-child(1) a
|
|
attribute: href
|
|
filters:
|
|
- name: split
|
|
args: [ "=", -1 ]
|
|
details:
|
|
selector: td.tr-name a
|
|
attribute: href
|
|
download:
|
|
selector: a[title="Magnet Link"]
|
|
attribute: href
|
|
seeders:
|
|
selector: td.tr-se
|
|
optional: true
|
|
leechers:
|
|
selector: td.tr-le
|
|
optional: true
|
|
grabs:
|
|
selector: td.tr-dl
|
|
optional: true
|
|
date:
|
|
selector: td.date-short
|
|
filters:
|
|
- name: dateparse
|
|
args: "2006-01-02T15:04:05Z"
|
|
size:
|
|
selector: td.tr-size
|
|
filters:
|
|
- name: replace
|
|
args: ["Unknown", "0"]
|
|
downloadvolumefactor:
|
|
text: "0"
|
|
uploadvolumefactor:
|
|
text: "1"
|