mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
add jav-torrent a public 3x site. resolves #13017
This commit is contained in:
@@ -81,6 +81,7 @@ A third-party Golang SDK for Jackett is available from [webtor-io/go-jackett](ht
|
|||||||
* Internet Archive (archive.org)
|
* Internet Archive (archive.org)
|
||||||
* Isohunt2
|
* Isohunt2
|
||||||
* iTorrent
|
* iTorrent
|
||||||
|
* JAV-Torrent
|
||||||
* kickasstorrents.ws
|
* kickasstorrents.ws
|
||||||
* kickasstorrents.to
|
* kickasstorrents.to
|
||||||
* KissSub
|
* KissSub
|
||||||
|
58
src/Jackett.Common/Definitions/jav-torrent.yml
Normal file
58
src/Jackett.Common/Definitions/jav-torrent.yml
Normal file
@@ -0,0 +1,58 @@
|
|||||||
|
---
|
||||||
|
id: jav-torrent
|
||||||
|
name: JAV-Torrent
|
||||||
|
description: "JAV-Torrent is a Public tracker for Asian 3X (JAV)"
|
||||||
|
language: en-US
|
||||||
|
type: public
|
||||||
|
encoding: UTF-8
|
||||||
|
links:
|
||||||
|
- https://jav-torrent.org/
|
||||||
|
|
||||||
|
caps:
|
||||||
|
categories:
|
||||||
|
XXX: XXX
|
||||||
|
|
||||||
|
modes:
|
||||||
|
search: [q]
|
||||||
|
|
||||||
|
settings: []
|
||||||
|
|
||||||
|
search:
|
||||||
|
paths:
|
||||||
|
- path: "{{ if .Keywords }}search?keyword={{ .Keywords }}{{ else }}new{{ end }}"
|
||||||
|
|
||||||
|
rows:
|
||||||
|
selector: div.card
|
||||||
|
|
||||||
|
fields:
|
||||||
|
category:
|
||||||
|
text: XXX
|
||||||
|
title:
|
||||||
|
selector: h5 a
|
||||||
|
details:
|
||||||
|
selector: h5 a
|
||||||
|
attribute: href
|
||||||
|
download:
|
||||||
|
selector: a.button
|
||||||
|
attribute: href
|
||||||
|
poster:
|
||||||
|
selector: img
|
||||||
|
attribute: data-src
|
||||||
|
date:
|
||||||
|
selector: p.is-6 a
|
||||||
|
filters:
|
||||||
|
- name: append
|
||||||
|
args: " -07:00" # PDT
|
||||||
|
- name: dateparse
|
||||||
|
args: "Jan. 02, 2006 -07:00"
|
||||||
|
size:
|
||||||
|
selector: span.is-size-6
|
||||||
|
seeders:
|
||||||
|
text: 1
|
||||||
|
leechers:
|
||||||
|
text: 1
|
||||||
|
downloadvolumefactor:
|
||||||
|
text: 0
|
||||||
|
uploadvolumefactor:
|
||||||
|
text: 1
|
||||||
|
# engine n/a
|
Reference in New Issue
Block a user