mirror of
https://github.com/Prowlarr/Indexers.git
synced 2026-04-27 11:53:24 +01:00
- Migrated 485+ indexer definitions from v10 to v11 directory - Preserved existing v11 indexers (skipped 15 duplicates to keep v11 versions) - Updated VERSIONS file: MIN_VERSION changed from 10 to 11 - Updated documentation in README.md and CONTRIBUTING.md: * Marked v10 as deprecated (removed from active versions) * Updated v11 as single active version with 522+ indexers * Added deprecation warnings and migration notes - Kept v10/schema.json for historical reference - All validation passes with migrated indexers Breaking change: v10 no longer contains active indexer definitions. Prowlarr will continue to work as it falls back to available versions.
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
|