mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
torrentz2nz: removed. resolves #13609
This commit is contained in:
@@ -142,7 +142,6 @@ Prior versions of Jackett are no longer supported.
|
|||||||
* Torrentsome (토렌트썸)
|
* Torrentsome (토렌트썸)
|
||||||
* torrentssg (토렌트쓱)
|
* torrentssg (토렌트쓱)
|
||||||
* Torrenttip (토렌트팁)
|
* Torrenttip (토렌트팁)
|
||||||
* Torrentz2nz
|
|
||||||
* TrahT
|
* TrahT
|
||||||
* truPornolabs
|
* truPornolabs
|
||||||
* U3C3
|
* U3C3
|
||||||
|
@@ -1,76 +0,0 @@
|
|||||||
---
|
|
||||||
id: torrentz2nz
|
|
||||||
name: Torrentz2nz
|
|
||||||
description: "Torrentz2nz is a Public torrent meta-search engine"
|
|
||||||
language: en-US
|
|
||||||
type: public
|
|
||||||
encoding: UTF-8
|
|
||||||
links:
|
|
||||||
- https://torrentz2.nz/
|
|
||||||
legacylinks:
|
|
||||||
- https://torrentz2.mrunblock.bond/
|
|
||||||
- https://torrentz2.nocensor.cloud/
|
|
||||||
|
|
||||||
caps:
|
|
||||||
# unfortunately torrentz2nz does not display categories anywhere in its search results page :-(
|
|
||||||
categorymappings:
|
|
||||||
- {id: 1, cat: Movies, desc: "Movies"}
|
|
||||||
- {id: 2, cat: TV, desc: "TV"}
|
|
||||||
- {id: 3, cat: Other, desc: "Other"}
|
|
||||||
|
|
||||||
modes:
|
|
||||||
search: [q]
|
|
||||||
tv-search: [q, season, ep]
|
|
||||||
movie-search: [q]
|
|
||||||
|
|
||||||
settings:
|
|
||||||
- name: info_category_8000
|
|
||||||
type: info_category_8000
|
|
||||||
|
|
||||||
search:
|
|
||||||
paths:
|
|
||||||
- path: search
|
|
||||||
inputs:
|
|
||||||
q: "{{ .Keywords }}"
|
|
||||||
|
|
||||||
rows:
|
|
||||||
selector: dl
|
|
||||||
|
|
||||||
fields:
|
|
||||||
category:
|
|
||||||
text: 3
|
|
||||||
title:
|
|
||||||
selector: dt
|
|
||||||
details:
|
|
||||||
selector: dt a
|
|
||||||
attribute: href
|
|
||||||
magnet:
|
|
||||||
selector: dd a
|
|
||||||
attribute: href
|
|
||||||
date:
|
|
||||||
selector: dd span:nth-child(2)
|
|
||||||
filters:
|
|
||||||
- name: replace
|
|
||||||
args: ["a ", "1 "]
|
|
||||||
- name: timeago
|
|
||||||
size:
|
|
||||||
selector: dd span:nth-child(3)
|
|
||||||
seeders:
|
|
||||||
selector: dd span:nth-child(4)
|
|
||||||
filters:
|
|
||||||
- name: re_replace
|
|
||||||
args: ["(\\d+)\\.(\\d+)K", "$1$200"]
|
|
||||||
- name: replace
|
|
||||||
args: ["K", "000"]
|
|
||||||
leechers:
|
|
||||||
selector: dd span:nth-child(5)
|
|
||||||
filters:
|
|
||||||
- name: re_replace
|
|
||||||
args: ["(\\d+)\\.(\\d+)K", "$1$200"]
|
|
||||||
- name: replace
|
|
||||||
args: ["K", "000"]
|
|
||||||
downloadvolumefactor:
|
|
||||||
text: 0
|
|
||||||
uploadvolumefactor:
|
|
||||||
text: 1
|
|
||||||
# engine n/a
|
|
@@ -749,6 +749,7 @@ namespace Jackett.Updater
|
|||||||
"Definitions/torrentwtf.yml",
|
"Definitions/torrentwtf.yml",
|
||||||
"Definitions/torrentz2.yml",
|
"Definitions/torrentz2.yml",
|
||||||
"Definitions/torrentz2eu.yml",
|
"Definitions/torrentz2eu.yml",
|
||||||
|
"Definitions/torrentz2nz.yml",
|
||||||
"Definitions/torrentz2k.yml",
|
"Definitions/torrentz2k.yml",
|
||||||
"Definitions/torrof.yml",
|
"Definitions/torrof.yml",
|
||||||
"Definitions/torviet.yml",
|
"Definitions/torviet.yml",
|
||||||
|
Reference in New Issue
Block a user