ExoticaZ (Your Exotic Torrents): update definition

This commit is contained in:
kaso17
2018-07-30 19:07:16 +02:00
parent 8510a42d7a
commit b1391b0523
2 changed files with 39 additions and 61 deletions

View File

@@ -290,7 +290,7 @@ Developer note: The software implements the [Torznab](https://github.com/Sonarr/
* xBytesV2 * xBytesV2
* XSpeeds * XSpeeds
* Xthor * Xthor
* Your Exotic Torrents * ExoticaZ (Your Exotic Torrents)
* Zamunda.net * Zamunda.net
* Zelka.org * Zelka.org

View File

@@ -1,102 +1,80 @@
--- ---
site: yourexotic site: yourexotic
name: Your Exotic Torrents name: ExoticaZ
description: "a porn tracker" description: "a porn tracker"
language: en-us language: en-us
type: private type: private
encoding: UTF-8 encoding: UTF-8
links: links:
- https://exoticaz.to/
legacylinks:
- https://torrents.yourexotic.com/ - https://torrents.yourexotic.com/
caps: caps:
categorymappings: categorymappings:
- {id: 11, cat: XXX, desc: "DVDRip"} - {id: 1, cat: XXX, desc: "DVDRip"}
- {id: 2, cat: XXX, desc: "DVDRip Censored"}
- {id: 1, cat: XXX, desc: "Video Clip"}
- {id: 20, cat: XXX, desc: "Censored Clips"}
- {id: 14, cat: XXX, desc: "Hentai"}
- {id: 19, cat: XXX, desc: "Full DVD"}
- {id: 16, cat: XXX, desc: "HD 720p"}
- {id: 17, cat: XXX, desc: "HD 1080p"}
- {id: 18, cat: XXX, desc: "HD Censored"}
- {id: 15, cat: XXX, desc: "SVCD/VCD"}
- {id: 13, cat: XXX, desc: "Softcore"}
- {id: 3, cat: XXX, desc: "Pictures"}
- {id: 21, cat: XXX, desc: "Mixed Videos"}
modes: modes:
search: [q] search: [q]
tv-search: [q] tv-search: [q]
movie-search: [q] movie-search: [q]
login: login:
path: /index.php?page=login path: /login
method: post method: form
inputs: inputs:
uid: "{{ .Config.username }}" username: "{{ .Config.username }}"
pwd: "{{ .Config.password }}" password: "{{ .Config.password }}"
remember: "on"
error: error:
- selector: .lista>span - selector: div.invalid-feedback
test: test:
path: index.php selector: div.ratio-bar
selector: form[name="jump1"]
search: search:
path: index.php path: /torrents
inputs: inputs:
$raw: "&category={{range .Categories}}{{.}};{{end}}" in: 1
page: "torrents" search: "{{ .Keywords }}"
active: "0" category: 0
search: "{{ .Query.Keywords }}"
rows: rows:
selector: table.lista > tbody > tr:has(a[href^="index.php?page=torrent-details&id="]) selector: div.table-responsive > table > tbody > tr
fields: fields:
category: category:
selector: td:nth-child(1) a text: 1
attribute: href
filters:
- name: querystring
args: category
title: title:
selector: a[href^="index.php?page=torrent-details&id="] selector: a.torrent-link
attribute: title attribute: title
filters:
- name: replace
args: ["View details: ", ""]
details: details:
selector: a[href^="index.php?page=torrent-details&id="] selector: a.torrent-link
attribute: href attribute: href
banner:
selector: span.screen-image
attribute: data-screens
filters:
- name: split
args: ["|", 0]
size: size:
selector: td:nth-child(7) selector: td:nth-child(5)
seeders: seeders:
selector: td:nth-child(9)
leechers:
selector: td:nth-child(10)
grabs:
selector: td:nth-child(11)
filters:
- name: replace
args: ["---", "0"]
date:
selector: td:nth-child(6) selector: td:nth-child(6)
leechers:
selector: td:nth-child(7)
grabs:
selector: td:nth-child(8)
date:
selector: td:nth-child(3)
filters: filters:
- name: dateparse - name: append
args: "02/01/2006" args: " ago"
download: download:
selector: a[href^="download.php"] selector: a[href*="/download/"]
attribute: href attribute: href
downloadvolumefactor: downloadvolumefactor:
case: case:
img[src$="freeleech.gif"]: "0" i[title="Free Download"]: "0"
img[src$="silver.gif"]: "0.5" i[title="Half Download"]: "0.5"
"*": "1" "*": "1"
uploadvolumefactor: uploadvolumefactor:
case: case:
img[src$="2x.gif"]: "2" i.fa-gem: "2"
img[src$="3x.gif"]: "3"
img[src$="4x.gif"]: "4"
img[src$="5x.gif"]: "5"
img[src$="6x.gif"]: "6"
img[src$="7x.gif"]: "7"
img[src$="8x.gif"]: "8"
img[src$="9x.gif"]: "9"
"*": "1" "*": "1"