2019-02-12 17:41:36 +00:00
|
|
|
---
|
2019-02-12 17:47:52 +00:00
|
|
|
site: acgrip
|
2019-02-12 17:41:36 +00:00
|
|
|
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:
|
|
|
|
tv-search: [q, season, ep]
|
|
|
|
search: [q]
|
|
|
|
|
|
|
|
settings: []
|
|
|
|
|
|
|
|
search:
|
|
|
|
paths:
|
2019-02-12 19:18:17 +00:00
|
|
|
- path: /
|
2019-02-12 17:41:36 +00:00
|
|
|
inputs:
|
|
|
|
term: "{{ .Query.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
|
2019-02-12 17:52:21 +00:00
|
|
|
downloadvolumefactor:
|
|
|
|
text: "0"
|
|
|
|
uploadvolumefactor:
|
|
|
|
text: "1"
|