mirror of
https://github.com/Jackett/Jackett
synced 2025-01-03 13:46:10 +00:00
nextjav: removed. resolves #14227
This commit is contained in:
parent
02a4b7ac67
commit
4abe06e526
3 changed files with 1 additions and 67 deletions
|
@ -84,7 +84,6 @@ A third-party Golang SDK for Jackett is available from [webtor-io/go-jackett](ht
|
|||
* MixTapeTorrent
|
||||
* MoviesDVDR
|
||||
* MyPornClub
|
||||
* NextJAV
|
||||
* Newstudio
|
||||
* Nipponsei
|
||||
* NNTT
|
||||
|
|
|
@ -1,66 +0,0 @@
|
|||
---
|
||||
id: nextjav
|
||||
name: NextJAV
|
||||
description: "NextJAV is a Public tracker for Asian 3X (JAV)"
|
||||
language: en-US
|
||||
type: public
|
||||
encoding: UTF-8
|
||||
requestDelay: 2
|
||||
links:
|
||||
- https://nextjav.com/
|
||||
|
||||
caps:
|
||||
categories:
|
||||
XXX: XXX
|
||||
|
||||
modes:
|
||||
search: [q]
|
||||
|
||||
settings: []
|
||||
|
||||
download:
|
||||
selectors:
|
||||
- selector: a.btn-download
|
||||
attribute: href
|
||||
|
||||
search:
|
||||
paths:
|
||||
- path: "{{ if .Keywords }}search/torrent?torrentsearch={{ .Keywords }}{{ else }}{{ end }}"
|
||||
|
||||
rows:
|
||||
selector: div.status-publish
|
||||
|
||||
fields:
|
||||
category:
|
||||
text: XXX
|
||||
title:
|
||||
selector: a[href^="/torrent/detail/"]
|
||||
attribute: href
|
||||
filters:
|
||||
- name: split
|
||||
args: ["/", 3]
|
||||
details:
|
||||
selector: a[href^="/torrent/detail/"]
|
||||
attribute: href
|
||||
download:
|
||||
selector: a[href^="/torrent/detail/"]
|
||||
attribute: href
|
||||
poster:
|
||||
selector: img
|
||||
attribute: src
|
||||
date:
|
||||
text: now
|
||||
size:
|
||||
selector: h2
|
||||
filters:
|
||||
- name: regexp
|
||||
args: (\d+\.\d+ GB)$
|
||||
seeders:
|
||||
text: 1
|
||||
leechers:
|
||||
text: 1
|
||||
downloadvolumefactor:
|
||||
text: 0
|
||||
uploadvolumefactor:
|
||||
text: 1
|
||||
# engine n/a
|
|
@ -521,6 +521,7 @@ namespace Jackett.Updater
|
|||
"Definitions/netcosmo.yml",
|
||||
"Definitions/netlab.yml",
|
||||
"Definitions/newpct-me.yml",
|
||||
"Definitions/nextjav.yml",
|
||||
"Definitions/nexttorrent.yml",
|
||||
"Definitions/nforce.yml",
|
||||
"Definitions/nitro.yml",
|
||||
|
|
Loading…
Reference in a new issue