mirror of
https://github.com/Prowlarr/Indexers.git
synced 2026-02-15 07:25:47 +00: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.
57 lines
924 B
YAML
57 lines
924 B
YAML
---
|
|
id: acgrip
|
|
name: ACG.RIP
|
|
description: "ACG.RIP is a CHINESE Public torrent tracker for the latest anime and Japanese related torrents"
|
|
language: zh-CN
|
|
type: public
|
|
followredirect: true
|
|
encoding: UTF-8
|
|
links:
|
|
- https://acg.rip/
|
|
|
|
caps:
|
|
categories:
|
|
1: TV
|
|
|
|
modes:
|
|
search: [q]
|
|
tv-search: [q, season, ep]
|
|
|
|
settings: []
|
|
|
|
search:
|
|
paths:
|
|
- path: /
|
|
inputs:
|
|
term: "{{ .Keywords }}"
|
|
|
|
rows:
|
|
selector: tbody tr
|
|
|
|
fields:
|
|
category:
|
|
text: 1
|
|
title:
|
|
selector: td.title > span.title a
|
|
details:
|
|
selector: td.title > span.title a
|
|
attribute: href
|
|
download:
|
|
selector: td.action a
|
|
attribute: href
|
|
size:
|
|
selector: td.size
|
|
seeders:
|
|
text: 1
|
|
leechers:
|
|
text: 1
|
|
date:
|
|
# unix
|
|
selector: td.date time
|
|
attribute: datetime
|
|
downloadvolumefactor:
|
|
text: 0
|
|
uploadvolumefactor:
|
|
text: 1
|
|
# engine n/a
|