mirror of https://github.com/Jackett/Jackett
62 lines
1.2 KiB
YAML
62 lines
1.2 KiB
YAML
---
|
|
id: xxxadulttorrent
|
|
name: xxxAdultTorrent
|
|
description: "xxxAdultTorrent is a RUSSIAN Public tracker for 3X"
|
|
language: ru-RU
|
|
type: public
|
|
encoding: UTF-8
|
|
links:
|
|
- https://xxxadulttorrent.org/
|
|
|
|
caps:
|
|
categories:
|
|
XXX: XXX
|
|
|
|
modes:
|
|
search: [q]
|
|
|
|
settings: []
|
|
|
|
download:
|
|
selectors:
|
|
- selector: a[href^="magnet:?xt="]
|
|
attribute: href
|
|
|
|
search:
|
|
paths:
|
|
# https://xxxadulttorrent.org/search/vika
|
|
# https://xxxadulttorrent.org/browse/0/0/0/0
|
|
- path: "{{ if .Keywords }}search/{{ .Keywords }}{{ else }}browse/0/0/0/0{{ end }}"
|
|
|
|
rows:
|
|
# filter out torrents with 0B for issue #9756
|
|
selector: li.content__item:has(div#torrent_info > div:contains("GB")), li.content__item:has(div#torrent_info > div:contains("MB"))
|
|
|
|
fields:
|
|
category:
|
|
text: XXX
|
|
title:
|
|
selector: h1
|
|
details:
|
|
selector: a[href^="/torrent/"]
|
|
attribute: href
|
|
download:
|
|
selector: a[href^="/torrent/"]
|
|
attribute: href
|
|
poster:
|
|
selector: img.content__item-img-wrapper
|
|
attribute: src
|
|
date:
|
|
text: now
|
|
size:
|
|
selector: div#torrent_info > div
|
|
seeders:
|
|
text: 1
|
|
leechers:
|
|
text: 1
|
|
downloadvolumefactor:
|
|
text: 0
|
|
uploadvolumefactor:
|
|
text: 1
|
|
# engine n/a
|