mirror of
https://github.com/Jackett/Jackett
synced 2025-01-03 13:46:10 +00:00
add jav-torrent a public 3x site. resolves #13017
This commit is contained in:
parent
1e1fa08c50
commit
c3af429e04
2 changed files with 59 additions and 0 deletions
|
@ -81,6 +81,7 @@ A third-party Golang SDK for Jackett is available from [webtor-io/go-jackett](ht
|
|||
* Internet Archive (archive.org)
|
||||
* Isohunt2
|
||||
* iTorrent
|
||||
* JAV-Torrent
|
||||
* kickasstorrents.ws
|
||||
* kickasstorrents.to
|
||||
* 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
|
Loading…
Reference in a new issue