Jackett/src/Jackett.Common/Definitions/yourexotic.yml

86 lines
1.8 KiB
YAML
Raw Normal View History

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