mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-28 13:03:10 +02:00
jav-torrent: removed. resolves #13017
This commit is contained in:
@@ -76,7 +76,6 @@ Prior versions of Jackett are no longer supported.
|
||||
* Internet Archive (archive.org)
|
||||
* Isohunt2
|
||||
* iTorrent
|
||||
* JAV-Torrent
|
||||
* kickasstorrents.to
|
||||
* kickasstorrents.ws
|
||||
* Knaben
|
||||
|
@@ -1,57 +0,0 @@
|
||||
---
|
||||
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.net/
|
||||
legacylinks:
|
||||
- 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[href*="/download/torrent/"]
|
||||
attribute: href
|
||||
optional: true
|
||||
magnet:
|
||||
selector: a[href^="magnet:?xt="]
|
||||
attribute: href
|
||||
optional: true
|
||||
date:
|
||||
text: now
|
||||
size:
|
||||
selector: span.is-size-6
|
||||
seeders:
|
||||
text: 1
|
||||
leechers:
|
||||
text: 1
|
||||
downloadvolumefactor:
|
||||
text: 0
|
||||
uploadvolumefactor:
|
||||
text: 1
|
||||
# engine n/a
|
@@ -493,6 +493,7 @@ namespace Jackett.Updater
|
||||
"Definitions/isohunt.yml",
|
||||
"Definitions/iv-torrents.yml",
|
||||
"Definitions/jme-reunit3d.yml", // switch to -API #13043
|
||||
"Definitions/jav-torrent.yml",
|
||||
"Definitions/jptv.yml", // switch to -API #9242
|
||||
"Definitions/jptv-api.yml",
|
||||
"Definitions/kapaki.yml",
|
||||
|
Reference in New Issue
Block a user