mirror of
https://github.com/Jackett/Jackett
synced 2024-12-30 11:47:28 +00:00
add acg.rip a Chinese Public torrent tracker for the latest anime and Japanese related torrents (#4653)
* add acg.rip * acg.rip drop debugging and add search mode. * acgrip: amend description
This commit is contained in:
parent
d1c943d44a
commit
3c2bff5833
2 changed files with 52 additions and 0 deletions
|
@ -21,6 +21,7 @@ Developer note: The software implements the [Torznab](https://github.com/Sonarr/
|
|||
|
||||
### Supported Public Trackers
|
||||
* 1337x
|
||||
* ACG.RIP
|
||||
* Anidex
|
||||
* Anime Tosho
|
||||
* AniRena
|
||||
|
|
51
src/Jackett.Common/Definitions/acgrip.yml
Normal file
51
src/Jackett.Common/Definitions/acgrip.yml
Normal file
|
@ -0,0 +1,51 @@
|
|||
---
|
||||
site: acg.rip
|
||||
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:
|
||||
- path: "/"
|
||||
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
|
Loading…
Reference in a new issue