mirror of
https://github.com/Jackett/Jackett
synced 2025-03-10 06:03:09 +00:00
nitro: removed. resolves #5949
This commit is contained in:
parent
ac81ee0b9c
commit
5424484f8a
3 changed files with 1 additions and 116 deletions
|
@ -100,7 +100,6 @@ A third-party Golang SDK for Jackett is available from [webtor-io/go-jackett](ht
|
||||||
* MyPornClub
|
* MyPornClub
|
||||||
* Newstudio
|
* Newstudio
|
||||||
* Nipponsei
|
* Nipponsei
|
||||||
* Nitro
|
|
||||||
* NNTT
|
* NNTT
|
||||||
* NoNaMe Club (NNM-Club)
|
* NoNaMe Club (NNM-Club)
|
||||||
* Nyaa.si
|
* Nyaa.si
|
||||||
|
|
|
@ -1,115 +0,0 @@
|
||||||
---
|
|
||||||
id: nitro
|
|
||||||
name: Nitro
|
|
||||||
description: "Nitro is a POLISH Public Torrent Tracker"
|
|
||||||
language: pl-PL
|
|
||||||
type: public
|
|
||||||
encoding: UTF-8
|
|
||||||
links:
|
|
||||||
- https://nitro.to/
|
|
||||||
legacylinks:
|
|
||||||
- http://nitro.to/ # site is forcing https
|
|
||||||
|
|
||||||
caps:
|
|
||||||
categorymappings:
|
|
||||||
- {id: 1, cat: TV, desc: "Seriale"}
|
|
||||||
- {id: 144, cat: Other, desc: "Nieposortowane"}
|
|
||||||
- {id: 2, cat: Movies, desc: "Filmy"}
|
|
||||||
- {id: 3, cat: Audio, desc: "Muzyka"}
|
|
||||||
- {id: 4, cat: PC/Games, desc: "Gry"}
|
|
||||||
- {id: 5, cat: TV/Anime, desc: "Anime"}
|
|
||||||
- {id: 6, cat: PC, desc: "Programy"}
|
|
||||||
- {id: 7, cat: Books, desc: "E-Booki/Książki"}
|
|
||||||
- {id: 8, cat: Audio/Audiobook, desc: "Audio Booki"}
|
|
||||||
- {id: 9, cat: PC/Mobile-Other, desc: "GSM/PDA"}
|
|
||||||
- {id: 10, cat: Other, desc: "Inne"}
|
|
||||||
- {id: 11, cat: XXX, desc: "XXX"}
|
|
||||||
|
|
||||||
modes:
|
|
||||||
search: [q]
|
|
||||||
tv-search: [q, season, ep]
|
|
||||||
movie-search: [q]
|
|
||||||
music-search: [q]
|
|
||||||
book-search: [q]
|
|
||||||
|
|
||||||
settings:
|
|
||||||
- name: sort
|
|
||||||
type: select
|
|
||||||
label: Sort requested from site
|
|
||||||
default: data
|
|
||||||
options:
|
|
||||||
data: created
|
|
||||||
seeds: seeders
|
|
||||||
size: size
|
|
||||||
- name: type
|
|
||||||
type: select
|
|
||||||
label: Order requested from site
|
|
||||||
default: desc
|
|
||||||
options:
|
|
||||||
desc: desc
|
|
||||||
asc: asc
|
|
||||||
|
|
||||||
download:
|
|
||||||
infohash:
|
|
||||||
hash:
|
|
||||||
selector: script:contains("magnet:")
|
|
||||||
filters:
|
|
||||||
- name: regexp
|
|
||||||
args: ([A-F|a-f|0-9]{40})
|
|
||||||
title:
|
|
||||||
selector: script:contains("magnet:")
|
|
||||||
filters:
|
|
||||||
- name: regexp
|
|
||||||
args: ([A-F|a-f|0-9]{40})
|
|
||||||
|
|
||||||
search:
|
|
||||||
paths:
|
|
||||||
- path: redirect_unlock.php?avx=120
|
|
||||||
- path: tags.php
|
|
||||||
inputs:
|
|
||||||
search: "{{ .Keywords }}"
|
|
||||||
# 0 poster, 1 list
|
|
||||||
where: 1
|
|
||||||
per: 50
|
|
||||||
# 0 all, 1 active, 2 dead
|
|
||||||
active: 1
|
|
||||||
order: "{{ .Config.sort }}"
|
|
||||||
by: "{{ .Config.type }}"
|
|
||||||
|
|
||||||
rows:
|
|
||||||
selector: table[width="100%"] > tbody > tr:has(a[onclick="getMagnet(this)"])
|
|
||||||
|
|
||||||
fields:
|
|
||||||
categorydesc:
|
|
||||||
selector: span.tag_list a
|
|
||||||
title:
|
|
||||||
selector: a[href^="/torrent/"]
|
|
||||||
details:
|
|
||||||
selector: a[href^="/torrent/"]
|
|
||||||
attribute: href
|
|
||||||
download:
|
|
||||||
selector: a[onclick="getMagnet(this)"]
|
|
||||||
attribute: title
|
|
||||||
filters:
|
|
||||||
- name: replace
|
|
||||||
args: ["/__DWNMAGNET__?", "download_magnet.php?"]
|
|
||||||
- name: prepend
|
|
||||||
args: "{{ .Config.sitelink }}"
|
|
||||||
date:
|
|
||||||
selector: td:nth-child(1)
|
|
||||||
filters:
|
|
||||||
- name: append
|
|
||||||
args: " +01:00" # CET
|
|
||||||
- name: dateparse
|
|
||||||
args: "02/01/2006 -07:00"
|
|
||||||
size:
|
|
||||||
selector: td:nth-child(4)
|
|
||||||
seeders:
|
|
||||||
selector: td:nth-child(6)
|
|
||||||
leechers:
|
|
||||||
selector: td:nth-child(7)
|
|
||||||
downloadvolumefactor:
|
|
||||||
text: 0
|
|
||||||
uploadvolumefactor:
|
|
||||||
text: 1
|
|
||||||
# engine n/a
|
|
|
@ -445,6 +445,7 @@ namespace Jackett.Updater
|
||||||
"Definitions/newpct-me.yml",
|
"Definitions/newpct-me.yml",
|
||||||
"Definitions/nexttorrent.yml",
|
"Definitions/nexttorrent.yml",
|
||||||
"Definitions/nforce.yml",
|
"Definitions/nforce.yml",
|
||||||
|
"Definitions/nitro.yml",
|
||||||
"Definitions/nnm-club.yml", // renamed to noname-club
|
"Definitions/nnm-club.yml", // renamed to noname-club
|
||||||
"Definitions/nordichd.yml",
|
"Definitions/nordichd.yml",
|
||||||
"Definitions/nordicplus.yml",
|
"Definitions/nordicplus.yml",
|
||||||
|
|
Loading…
Add table
Reference in a new issue