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

81 lines
1.7 KiB
YAML
Raw Normal View History

2018-02-09 16:05:31 +00:00
---
site: yourexotic
name: ExoticaZ
2018-02-09 16:05:31 +00:00
description: "a porn tracker"
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"}
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 }}"
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:
in: 1
search: "{{ .Keywords }}"
category: 0
2018-02-09 16:05:31 +00:00
rows:
selector: div.table-responsive > table > tbody > tr
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
banner:
selector: span.screen-image
attribute: data-screens
filters:
- name: split
args: ["|", 0]
2018-02-09 16:05:31 +00:00
size:
2018-08-25 16:35:24 +00:00
selector: td:nth-child(4)
2018-02-09 16:05:31 +00:00
seeders:
2018-08-25 16:35:24 +00:00
selector: td:nth-child(5)
2018-02-09 16:05:31 +00:00
leechers:
2018-08-25 16:35:24 +00:00
selector: td:nth-child(6)
2018-02-09 16:05:31 +00:00
grabs:
2018-08-25 16:35:24 +00:00
selector: td:nth-child(7)
2018-02-09 16:05:31 +00:00
date:
selector: td:nth-child(3)
2018-02-09 16:05:31 +00:00
filters:
- name: append
args: " ago"
2018-02-09 16:05:31 +00:00
download:
selector: a[href*="/download/"]
2018-02-09 16:05:31 +00:00
attribute: href
downloadvolumefactor:
case:
i[title="Free Download"]: "0"
i[title="Half Download"]: "0.5"
2018-02-09 16:05:31 +00:00
"*": "1"
uploadvolumefactor:
case:
i.fa-gem: "2"
2018-02-09 16:05:31 +00:00
"*": "1"