1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2025-03-10 06:03:09 +00:00

add newpct.me a Spanish public movies site. resolves #12284

This commit is contained in:
Garfield69 2021-09-11 16:58:25 +12:00
parent 50865cdb8e
commit cfa93bab74
2 changed files with 93 additions and 0 deletions

View file

@ -91,6 +91,7 @@ A third-party Golang SDK for Jackett is available from [webtor-io/go-jackett](ht
* MovieTorrent
* MyPornClub
* NewPCT (aka: tvsinpagar, descargas2020, torrentlocura, torrentrapid, tumejortorrent, pctnew, etc)
* NewPCT.me
* Newstudio
* Nitro
* NNTT

View file

@ -0,0 +1,92 @@
---
id: newpct-me
name: NewPCT.me
description: "NewPCT.me is a SPANISH Public torrent site for MOVIES"
language: es-ES
type: public
encoding: UTF-8
links:
- https://www.newpct.me/
caps:
categories:
peliculas: Movies
modes:
search: [q]
movie-search: [q]
settings: []
download:
selectors:
- selector: a[href$=".torrent"]
attribute: href
- selector: a[href^="magnet:?"]
attribute: href
search:
# site returns just 30 results but we don't fetch more pages because site will return page1 if keywords not found, so we could end up with duplicates.
# series details page loops http301 so torrents/magnets are not available, so we ignore series and the returned results may thus be less than 30.
paths:
- path: /
inputs:
s: "{{ .Keywords }}"
rows:
selector: ul.miniboxs-ficha li:has(a[href*="/peliculas/"])
filters:
- name: andmatch
fields:
category:
text: peliculas
quality:
selector: span.estreno
filters:
- name: replace
args: ["---", ""]
language:
selector: a.complets-left
filters:
- name: replace
args: ["Latino", "LATiN SPANiSH"]
- name: replace
args: ["Castellano", "SPANiSH"]
- name: replace
args: ["Ingles", "English"]
- name: replace
args: ["Subtitulado", " SPASUBS"]
- name: replace
args: ["Vose", ""]
title:
selector: a.nombre
attribute: title
filters:
- name: append
args: " {{ .Result.quality }} {{ .Result.language }}"
details:
selector: a.nombre
attribute: href
download:
selector: a.nombre
attribute: href
poster:
selector: img.lazyload
attribute: data-src
size:
selector: a.complets-right
filters:
- name: replace
args: ["s", ""]
date:
text: now
seeders:
text: 1
leechers:
text: 1
downloadvolumefactor:
text: 0
uploadvolumefactor:
text: 1
# Google 1.39.0