67 lines
1.3 KiB
YAML
67 lines
1.3 KiB
YAML
|
---
|
||
|
id: nipponsei
|
||
|
name: Nipponsei
|
||
|
description: "Nipponsei is a Public site for MUSIC fresh from Japan"
|
||
|
language: en-US
|
||
|
type: public
|
||
|
encoding: UTF-8
|
||
|
links:
|
||
|
- https://nipponsei.minglong.org/
|
||
|
|
||
|
caps:
|
||
|
categorymappings:
|
||
|
- {id: music, cat: Audio, desc: Music}
|
||
|
|
||
|
modes:
|
||
|
search: [q]
|
||
|
music-search: [q]
|
||
|
|
||
|
settings: []
|
||
|
|
||
|
search:
|
||
|
# https://nipponsei.minglong.org/index.php?section=Tracker&search=Kanojo+mo+Kanojo+ED+Single
|
||
|
paths:
|
||
|
- path: index.php
|
||
|
inputs:
|
||
|
section: Tracker
|
||
|
search: "{{ .Keywords }}"
|
||
|
|
||
|
rows:
|
||
|
selector: tr.odd, tr.even
|
||
|
|
||
|
fields:
|
||
|
category:
|
||
|
text: music
|
||
|
title:
|
||
|
selector: a
|
||
|
filters:
|
||
|
- name: replace
|
||
|
args: ["[Nipponsei] ", ""]
|
||
|
details:
|
||
|
text: /
|
||
|
download:
|
||
|
selector: a
|
||
|
attribute: href
|
||
|
date:
|
||
|
selector: td.date
|
||
|
optional: true
|
||
|
default: now
|
||
|
filters:
|
||
|
- name: dateparse
|
||
|
args: "yyyy-MM-dd HH:mm"
|
||
|
size:
|
||
|
selector: td.bytes
|
||
|
optional: true
|
||
|
default: 128 MB
|
||
|
seeders:
|
||
|
selector: "{{ if .Keywords }}td:nth-child(2){{ else }}td:nth-child(4){{ end }}"
|
||
|
leechers:
|
||
|
selector: "{{ if .Keywords }}td:nth-child(3){{ else }}td:nth-child(5){{ end }}"
|
||
|
grabs:
|
||
|
selector: td.number
|
||
|
downloadvolumefactor:
|
||
|
text: 0
|
||
|
uploadvolumefactor:
|
||
|
text: 1
|
||
|
# engine n/a
|