mirror of
https://github.com/Prowlarr/Indexers.git
synced 2026-04-25 19:08:06 +01:00
* New: YAML Schema Validations * fixup! skip json when doing ymllint * fixup! * fixup! * fixup! * fixup! * fixup! validate login methods, filter names, captcha types * fixup! validate tracker type * fixup! validate tracker type * fixup! validate category mappings use a correct category * fixup! further download block validation * fixup! * fixup! validate links and legacy-links are valid urls * fixup! validate settings types * fixup! v6 doubanid * fixup! v5 json filter validation * fixup! xbit should be v5
60 lines
1.0 KiB
YAML
60 lines
1.0 KiB
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:
|
|
title:
|
|
selector: td.title > span.title a
|
|
category:
|
|
text: 1
|
|
details:
|
|
selector: td.title > span.title a
|
|
attribute: href
|
|
download:
|
|
selector: td.action a
|
|
attribute: href
|
|
size:
|
|
selector: td.size
|
|
seeders:
|
|
selector: td.peers div.seed
|
|
leechers:
|
|
selector: td.peers div.leech
|
|
grabs:
|
|
selector: td.peers div.done
|
|
date:
|
|
selector: td.date time
|
|
attribute: datetime
|
|
filters:
|
|
- name: fuzzytime
|
|
downloadvolumefactor:
|
|
text: 0
|
|
uploadvolumefactor:
|
|
text: 1
|
|
# engine n/a
|