2018-02-09 16:05:31 +00:00
|
|
|
---
|
2020-05-10 20:05:19 +00:00
|
|
|
site: yourexotic
|
|
|
|
name: ExoticaZ
|
|
|
|
description: "ExoticaZ (YourExotic) is a Private Torrent Tracker for 3X"
|
|
|
|
language: en-us
|
|
|
|
type: private
|
|
|
|
encoding: UTF-8
|
|
|
|
links:
|
|
|
|
- https://exoticaz.to/
|
|
|
|
legacylinks:
|
|
|
|
- https://torrents.yourexotic.com/
|
2018-02-09 16:05:31 +00:00
|
|
|
|
2020-05-10 20:05:19 +00:00
|
|
|
caps:
|
|
|
|
categorymappings:
|
|
|
|
- {id: 1, cat: XXX, desc: "DVDRip"}
|
2020-04-25 20:43:55 +00:00
|
|
|
|
2020-05-10 20:05:19 +00:00
|
|
|
modes:
|
|
|
|
search: [q]
|
|
|
|
tv-search: [q]
|
|
|
|
movie-search: [q]
|
2018-02-09 16:05:31 +00:00
|
|
|
|
2020-05-10 20:05:19 +00:00
|
|
|
login:
|
|
|
|
path: login
|
|
|
|
method: form
|
|
|
|
inputs:
|
|
|
|
username_email: "{{ .Config.username }}"
|
|
|
|
password: "{{ .Config.password }}"
|
|
|
|
remember: on
|
|
|
|
error:
|
|
|
|
- selector: div.invalid-feedback
|
|
|
|
test:
|
|
|
|
selector: div.ratio-bar
|
2018-02-09 16:05:31 +00:00
|
|
|
|
2020-05-10 20:05:19 +00:00
|
|
|
search:
|
|
|
|
path: torrents
|
|
|
|
inputs:
|
|
|
|
# 0 any 1 filename 2 descr 3 files
|
|
|
|
in: 1
|
|
|
|
search: "{{ .Keywords }}"
|
|
|
|
category: 0
|
2020-04-25 20:43:55 +00:00
|
|
|
|
2020-05-10 20:05:19 +00:00
|
|
|
rows:
|
|
|
|
selector: div.table-responsive > table > tbody > tr
|
2020-04-25 20:43:55 +00:00
|
|
|
|
2020-05-10 20:05:19 +00:00
|
|
|
fields:
|
|
|
|
category:
|
|
|
|
text: 1
|
|
|
|
title:
|
|
|
|
selector: a.torrent-link
|
|
|
|
attribute: title
|
|
|
|
details:
|
|
|
|
selector: a.torrent-link
|
|
|
|
attribute: href
|
|
|
|
download:
|
|
|
|
selector: a[href*="/download/"]
|
|
|
|
attribute: href
|
|
|
|
banner:
|
|
|
|
selector: .screen-image
|
|
|
|
attribute: data-screens
|
|
|
|
filters:
|
|
|
|
- name: split
|
|
|
|
args: ["|", 0]
|
|
|
|
date:
|
|
|
|
selector: td:nth-last-child(5)
|
|
|
|
filters:
|
|
|
|
- name: append
|
|
|
|
args: " ago"
|
|
|
|
size:
|
|
|
|
selector: td:nth-last-child(4)
|
|
|
|
seeders:
|
|
|
|
selector: td:nth-last-child(3)
|
|
|
|
leechers:
|
|
|
|
selector: td:nth-last-child(2)
|
|
|
|
grabs:
|
|
|
|
selector: td:nth-last-child(1)
|
|
|
|
downloadvolumefactor:
|
|
|
|
case:
|
|
|
|
i[title="Free Download"]: 0
|
|
|
|
i[title="Half Download"]: 0.5
|
|
|
|
"*": 1
|
|
|
|
uploadvolumefactor:
|
2018-02-09 16:05:31 +00:00
|
|
|
case:
|
2020-05-10 20:05:19 +00:00
|
|
|
i.fa-gem: 2
|
2020-04-25 20:43:55 +00:00
|
|
|
"*": 1
|
|
|
|
# engine tbd
|