mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
add xxxtor a Russian public 3x site. resolves #7471
This commit is contained in:
@@ -133,6 +133,7 @@ Developer note: The software implements the [Torznab](https://github.com/Sonarr/
|
|||||||
* shokweb
|
* shokweb
|
||||||
* sukebei-Pantsu
|
* sukebei-Pantsu
|
||||||
* sukebei.Nyaa.si
|
* sukebei.Nyaa.si
|
||||||
|
* xxxtor
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
<details> <summary> <b> Supported Semi-Private Trackers </b> </summary>
|
<details> <summary> <b> Supported Semi-Private Trackers </b> </summary>
|
||||||
|
88
src/Jackett.Common/Definitions/xxxtor.yml
Normal file
88
src/Jackett.Common/Definitions/xxxtor.yml
Normal file
@@ -0,0 +1,88 @@
|
|||||||
|
---
|
||||||
|
site: xxxtor
|
||||||
|
name: xxxtor
|
||||||
|
description: "xxxtor is a RUSSIAN Public Torrent Tracker for 3X"
|
||||||
|
language: ru-ru
|
||||||
|
type: public
|
||||||
|
encoding: UTF-8
|
||||||
|
links:
|
||||||
|
- https://xxxtor.com/
|
||||||
|
legacylinks:
|
||||||
|
- https://xxxtor.org/ # redirects to .com
|
||||||
|
- https://xxxtor.info/ # redirects to .com
|
||||||
|
|
||||||
|
caps:
|
||||||
|
categorymappings:
|
||||||
|
- {id: XXX, cat: XXX, desc: "XXX"}
|
||||||
|
|
||||||
|
modes:
|
||||||
|
search: [q]
|
||||||
|
|
||||||
|
settings: []
|
||||||
|
|
||||||
|
search:
|
||||||
|
# https://xxxtor.com/b.php?search=penny
|
||||||
|
paths:
|
||||||
|
- path: b.php
|
||||||
|
inputs:
|
||||||
|
search: "{{ if .Keywords }}{{ .Keywords }}{{ else }}2019{{ end }}"
|
||||||
|
|
||||||
|
rows:
|
||||||
|
selector: table > tbody > tr.gai
|
||||||
|
filters:
|
||||||
|
- name: andmatch
|
||||||
|
|
||||||
|
fields:
|
||||||
|
category:
|
||||||
|
text: XXX
|
||||||
|
title:
|
||||||
|
selector: a[href^="/torrent/"]
|
||||||
|
details:
|
||||||
|
selector: a[href^="/torrent/"]
|
||||||
|
attribute: href
|
||||||
|
download:
|
||||||
|
selector: a[href^="/download/"]
|
||||||
|
attribute: href
|
||||||
|
magnet:
|
||||||
|
selector: a[href^="magnet:?xt="]
|
||||||
|
attribute: href
|
||||||
|
date:
|
||||||
|
selector: td:first-of-type
|
||||||
|
filters:
|
||||||
|
- name: replace
|
||||||
|
args: ["Янв", "Jan"]
|
||||||
|
- name: replace
|
||||||
|
args: ["Фев", "Feb"]
|
||||||
|
- name: replace
|
||||||
|
args: ["Мар", "Mar"]
|
||||||
|
- name: replace
|
||||||
|
args: ["Апр", "Apr"]
|
||||||
|
- name: replace
|
||||||
|
args: ["Май", "May"]
|
||||||
|
- name: replace
|
||||||
|
args: ["Июн", "Jun"]
|
||||||
|
- name: replace
|
||||||
|
args: ["Июл", "Jul"]
|
||||||
|
- name: replace
|
||||||
|
args: ["Авг", "Aug"]
|
||||||
|
- name: replace
|
||||||
|
args: ["Сен", "Sep"]
|
||||||
|
- name: replace
|
||||||
|
args: ["Окт", "Oct"]
|
||||||
|
- name: replace
|
||||||
|
args: ["Ноя", "Nov"]
|
||||||
|
- name: replace
|
||||||
|
args: ["Дек", "Dec"]
|
||||||
|
- name: dateparse
|
||||||
|
args: "02 Jan 06"
|
||||||
|
size:
|
||||||
|
selector: td:nth-of-type(3)
|
||||||
|
seeders:
|
||||||
|
selector: td:last-of-type span:first-of-type
|
||||||
|
leechers:
|
||||||
|
selector: td:last-of-type span:last-of-type
|
||||||
|
downloadvolumefactor:
|
||||||
|
text: 0
|
||||||
|
uploadvolumefactor:
|
||||||
|
text: 1
|
||||||
|
# engine n/a
|
Reference in New Issue
Block a user