mirror of
https://github.com/Jackett/Jackett
synced 2024-12-30 19:58:39 +00:00
add xxxadulttorrent a Russian 3x site. resolves #9391
This commit is contained in:
parent
e80183e377
commit
e167a28f17
2 changed files with 63 additions and 0 deletions
|
@ -146,6 +146,7 @@ Developer note: The software implements the [Torznab](https://github.com/Sonarr/
|
|||
* Underverse
|
||||
* UnionDHT
|
||||
* XFSUB
|
||||
* xxxAdultTorrent
|
||||
* xxxtor
|
||||
* xxxtorrents
|
||||
* YourBittorrent
|
||||
|
|
62
src/Jackett.Common/Definitions/xxxadulttorrent.yml
Normal file
62
src/Jackett.Common/Definitions/xxxadulttorrent.yml
Normal file
|
@ -0,0 +1,62 @@
|
|||
---
|
||||
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]
|
||||
tv-search: [q]
|
||||
movie-search: [q]
|
||||
|
||||
settings: []
|
||||
|
||||
download:
|
||||
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:
|
||||
selector: li.content__item
|
||||
|
||||
fields:
|
||||
category:
|
||||
text: XXX
|
||||
title:
|
||||
selector: h1
|
||||
details:
|
||||
selector: a[href^="/torrent/"]
|
||||
attribute: href
|
||||
download:
|
||||
selector: a[href^="/torrent/"]
|
||||
attribute: href
|
||||
banner:
|
||||
selector: img.content__item-img-wrapper
|
||||
attribute: src
|
||||
optional: true
|
||||
date:
|
||||
text: now
|
||||
size:
|
||||
selector: div#torrent_info > div
|
||||
seeders:
|
||||
text: 1
|
||||
leechers:
|
||||
text: 1
|
||||
downloadvolumefactor:
|
||||
text: 0
|
||||
uploadvolumefactor:
|
||||
text: 1
|
||||
# engine n/a
|
Loading…
Reference in a new issue