diff --git a/README.md b/README.md index dd76315c9..35c70b367 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/src/Jackett.Common/Definitions/nextjav.yml b/src/Jackett.Common/Definitions/nextjav.yml deleted file mode 100644 index 3fdf2724c..000000000 --- a/src/Jackett.Common/Definitions/nextjav.yml +++ /dev/null @@ -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 diff --git a/src/Jackett.Updater/Program.cs b/src/Jackett.Updater/Program.cs index 9c4f19a14..30ed66311 100644 --- a/src/Jackett.Updater/Program.cs +++ b/src/Jackett.Updater/Program.cs @@ -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",