2017-04-15 08:45:10 +00:00
|
|
|
---
|
|
|
|
site: aox
|
|
|
|
name: AOX
|
2017-10-01 09:26:07 +00:00
|
|
|
description: "AOX (Chippu) is a Private Torrent Tracker for ASIAN MOVIES / TV"
|
2017-04-15 08:45:10 +00:00
|
|
|
language: en-us
|
|
|
|
type: private
|
|
|
|
encoding: UTF-8
|
|
|
|
links:
|
|
|
|
- https://aox.to/
|
|
|
|
|
|
|
|
caps:
|
|
|
|
categorymappings:
|
|
|
|
# Japanese
|
|
|
|
- {id: 1, cat: Movies, desc: "jMovies"}
|
|
|
|
- {id: 2, cat: TV, desc: "TV Shows"}
|
|
|
|
- {id: 3, cat: TV/Other, desc: "Variety Shows"}
|
|
|
|
|
|
|
|
# Korean
|
|
|
|
- {id: 6, cat: Movies, desc: "kMovies"}
|
|
|
|
- {id: 4, cat: TV, desc: "TV Shows"}
|
|
|
|
- {id: 14, cat: TV/Other, desc: "Variety Shows"}
|
|
|
|
|
|
|
|
# Chinese
|
|
|
|
- {id: 8, cat: Movies, desc: "cMovies"}
|
|
|
|
- {id: 9, cat: TV, desc: "TV Shows"}
|
|
|
|
- {id: 13, cat: TV/Other, desc: "Variety Shows"}
|
|
|
|
|
|
|
|
# Adult
|
|
|
|
- {id: 13, cat: XXX, desc: "Adult"}
|
|
|
|
|
|
|
|
modes:
|
|
|
|
search: [q]
|
|
|
|
tv-search: [q, season, ep]
|
|
|
|
|
|
|
|
login:
|
|
|
|
path: index.php?page=login
|
|
|
|
method: post
|
|
|
|
inputs:
|
|
|
|
uid: "{{ .Config.username }}"
|
|
|
|
pwd: "{{ .Config.password }}"
|
|
|
|
error:
|
|
|
|
- selector: body[onLoad^="makeAlert('"]
|
|
|
|
message:
|
|
|
|
selector: body[onLoad^="makeAlert('"]
|
|
|
|
attribute: onLoad
|
|
|
|
filters:
|
|
|
|
- name: replace
|
|
|
|
args: ["makeAlert('Error' , '", ""]
|
|
|
|
- name: replace
|
|
|
|
args: ["');", ""]
|
|
|
|
test:
|
|
|
|
path: index.php
|
|
|
|
|
|
|
|
download:
|
|
|
|
selector: a[href^="download.php?id="]
|
|
|
|
|
|
|
|
search:
|
2017-10-23 17:55:22 +00:00
|
|
|
paths:
|
|
|
|
- path: index.php
|
2017-04-15 08:45:10 +00:00
|
|
|
inputs:
|
|
|
|
search: "{{ .Query.Keywords }}"
|
|
|
|
page: "torrents"
|
|
|
|
category: "{{range .Categories}}{{.}};{{end}}"
|
|
|
|
options: "0"
|
|
|
|
active: "0"
|
|
|
|
rows:
|
|
|
|
selector: table > tbody > tr > td > table.lista > tbody > tr:has(a[href^="index.php?page=torrent-details&id="])
|
|
|
|
fields:
|
|
|
|
download:
|
|
|
|
selector: a[href^="index.php?page=downloadcheck&id="]
|
|
|
|
attribute: href
|
|
|
|
title:
|
|
|
|
selector: a[onmouseover][href^="index.php?page=torrent-details&id="]
|
|
|
|
banner:
|
|
|
|
selector: a[onmouseover][href^="index.php?page=torrent-details&id="]
|
|
|
|
attribute: onmouseover
|
|
|
|
filters:
|
|
|
|
- name: regexp
|
|
|
|
args: "src=(.*?) "
|
|
|
|
category:
|
|
|
|
selector: a[href^="index.php?page=torrents&category="]
|
|
|
|
attribute: href
|
|
|
|
filters:
|
|
|
|
- name: querystring
|
|
|
|
args: category
|
|
|
|
details:
|
|
|
|
selector: a[onmouseover][href^="index.php?page=torrent-details&id="]
|
|
|
|
attribute: href
|
|
|
|
size:
|
|
|
|
selector: td:nth-child(12)
|
|
|
|
date:
|
|
|
|
selector: td:nth-child(7)
|
|
|
|
filters:
|
|
|
|
- name: append
|
|
|
|
args: " +01:00"
|
|
|
|
- name: dateparse
|
|
|
|
args: "02/01/2006 -07:00"
|
|
|
|
grabs:
|
|
|
|
selector: td:nth-child(10)
|
|
|
|
filters:
|
|
|
|
- name: replace
|
|
|
|
args: ["---", "0"]
|
|
|
|
seeders:
|
|
|
|
selector: td:nth-child(8)
|
|
|
|
leechers:
|
|
|
|
selector: td:nth-child(9)
|
|
|
|
downloadvolumefactor:
|
|
|
|
case:
|
|
|
|
img[alt="Full Star 100% Free"]: "0"
|
|
|
|
img[alt="Half Star 50% Free"]: "0.5"
|
|
|
|
img[alt="Empty Star 25% Free"]: "0.75"
|
|
|
|
"*": "1"
|
|
|
|
uploadvolumefactor:
|
|
|
|
case:
|
|
|
|
"*": "1"
|
|
|
|
description:
|
|
|
|
selector: td:nth-child(2)
|
|
|
|
remove: a
|
|
|
|
description|append:
|
|
|
|
selector: td:nth-child(3) > img
|
|
|
|
attribute: title
|
|
|
|
filters:
|
|
|
|
- name: prepend
|
|
|
|
args: "<br>Language: "
|
|
|
|
|
2017-10-01 09:26:07 +00:00
|
|
|
|