Created the managarr demo docker-compose and quickstart script
This commit is contained in:
@@ -0,0 +1,66 @@
|
||||
---
|
||||
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
|
||||
Reference in New Issue
Block a user