mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
pirateiro: removed. resolves #7070
This commit is contained in:
@@ -111,7 +111,6 @@ A third-party Golang SDK for Jackett is available from [webtor-io/go-jackett](ht
|
|||||||
* ParnuXi
|
* ParnuXi
|
||||||
* PC-torrent
|
* PC-torrent
|
||||||
* PiratBit
|
* PiratBit
|
||||||
* Pirateiro
|
|
||||||
* Pornforall
|
* Pornforall
|
||||||
* PornLeech
|
* PornLeech
|
||||||
* PornoLive
|
* PornoLive
|
||||||
|
@@ -1,121 +0,0 @@
|
|||||||
---
|
|
||||||
id: pirateiro
|
|
||||||
name: Pirateiro
|
|
||||||
description: "Pirateiro is a Public site for MOVIES / TV / GENERAL"
|
|
||||||
language: en-US
|
|
||||||
type: public
|
|
||||||
encoding: UTF-8
|
|
||||||
followredirect: true
|
|
||||||
links:
|
|
||||||
- https://pirateiro.com/
|
|
||||||
- https://pirateiro.eu/
|
|
||||||
- https://pirateiro.unblockit.how/
|
|
||||||
legacylinks:
|
|
||||||
- http://pirateiro.com/
|
|
||||||
- https://pirateiro.unblockit.pw/
|
|
||||||
- https://pirateiro.unblockit.id/
|
|
||||||
- https://pirateiro.unblockit.win/
|
|
||||||
- https://pirateiro.unblockit.top/
|
|
||||||
- https://pirateiro.unblockit.lat/
|
|
||||||
- https://pirateiro.unblockit.app/
|
|
||||||
- https://pirateiro.unblockit.dev/
|
|
||||||
- https://pirateiro.unblockit.ltd/
|
|
||||||
- https://pirateiro.unblockit.link/
|
|
||||||
- https://pirateiro.unblockit.buzz/
|
|
||||||
- https://pirateiro.unblockit.club/
|
|
||||||
- https://pirateiro.unblockit.onl/
|
|
||||||
- https://pirateiro.unblockit.li/
|
|
||||||
- https://pirateiro.unblockit.uno/
|
|
||||||
- https://pirateiro.unblockit.ch/
|
|
||||||
- https://pirateiro.unblockit.ws/
|
|
||||||
- https://pirateiro.unblockit.kim/
|
|
||||||
- https://pirateiro.unblockit.bz/
|
|
||||||
- https://pirateiro.unblockit.tv/
|
|
||||||
|
|
||||||
caps:
|
|
||||||
categorymappings:
|
|
||||||
- {id: cat100, cat: TV/Anime, desc: Anime}
|
|
||||||
- {id: cat200, cat: PC, desc: Software}
|
|
||||||
- {id: cat300, cat: Movies, desc: Movies}
|
|
||||||
- {id: cat400, cat: Console, desc: Games}
|
|
||||||
- {id: cat500, cat: Audio, desc: Music}
|
|
||||||
- {id: cat600, cat: Other, desc: Other}
|
|
||||||
- {id: cat700, cat: TV, desc: TV}
|
|
||||||
- {id: cat800, cat: XXX, desc: Adult}
|
|
||||||
|
|
||||||
modes:
|
|
||||||
search: [q]
|
|
||||||
tv-search: [q, season, ep]
|
|
||||||
movie-search: [q]
|
|
||||||
music-search: [q]
|
|
||||||
|
|
||||||
settings:
|
|
||||||
- name: sort
|
|
||||||
type: select
|
|
||||||
label: Sort requested from site
|
|
||||||
default: enviado
|
|
||||||
options:
|
|
||||||
enviado: created
|
|
||||||
seeders: seeders
|
|
||||||
tamanho: size
|
|
||||||
- name: flaresolverr
|
|
||||||
type: info
|
|
||||||
label: FlareSolverr
|
|
||||||
default: This site may use Cloudflare DDoS Protection, therefore Jackett requires <a href="https://github.com/Jackett/Jackett#configuring-flaresolverr" target="_blank">FlareSolver</a> to access it.
|
|
||||||
|
|
||||||
search:
|
|
||||||
paths:
|
|
||||||
- path: torrents/
|
|
||||||
inputs:
|
|
||||||
search: "{{ .Keywords }}"
|
|
||||||
orderby: "{{ .Config.sort }}"
|
|
||||||
|
|
||||||
rows:
|
|
||||||
selector: table.torrenttable tbody tr:has(a[href^="magnet:?xt="])
|
|
||||||
|
|
||||||
fields:
|
|
||||||
category:
|
|
||||||
selector: td:nth-child(1) a
|
|
||||||
attribute: class
|
|
||||||
filters:
|
|
||||||
# extract the first class
|
|
||||||
- name: split
|
|
||||||
args: [" ", 0]
|
|
||||||
title:
|
|
||||||
selector: td:nth-child(1) a:nth-child(2)
|
|
||||||
details:
|
|
||||||
selector: td:nth-child(1) a:nth-child(2)
|
|
||||||
attribute: href
|
|
||||||
download:
|
|
||||||
# .torrent urls can be missing
|
|
||||||
optional: true
|
|
||||||
selector: a[href$="/download"]
|
|
||||||
attribute: href
|
|
||||||
magnet:
|
|
||||||
selector: a[href^="magnet:?xt="]
|
|
||||||
attribute: href
|
|
||||||
date:
|
|
||||||
selector: td:nth-child(3) span
|
|
||||||
attribute: title
|
|
||||||
filters:
|
|
||||||
- name: append
|
|
||||||
args: " +01:00" # CET
|
|
||||||
- name: dateparse
|
|
||||||
args: "02/01/2006 15:04:05 -07:00"
|
|
||||||
size:
|
|
||||||
selector: td:nth-child(4)
|
|
||||||
seeders:
|
|
||||||
selector: td:nth-child(5)
|
|
||||||
filters:
|
|
||||||
- name: replace
|
|
||||||
args: [" ", ""]
|
|
||||||
leechers:
|
|
||||||
selector: td:nth-child(6)
|
|
||||||
filters:
|
|
||||||
- name: replace
|
|
||||||
args: [" ", ""]
|
|
||||||
downloadvolumefactor:
|
|
||||||
text: 0
|
|
||||||
uploadvolumefactor:
|
|
||||||
text: 1
|
|
||||||
# engine n/a
|
|
@@ -417,6 +417,7 @@ namespace Jackett.Updater
|
|||||||
"Definitions/obscure.yml",
|
"Definitions/obscure.yml",
|
||||||
"Definitions/oncesearch.yml",
|
"Definitions/oncesearch.yml",
|
||||||
"Definitions/passionetorrent.yml",
|
"Definitions/passionetorrent.yml",
|
||||||
|
"Definitions/pirateiro.yml",
|
||||||
"Definitions/pleasuredome.yml",
|
"Definitions/pleasuredome.yml",
|
||||||
"Definitions/polishtracker.yml",
|
"Definitions/polishtracker.yml",
|
||||||
"Definitions/pornorip.yml",
|
"Definitions/pornorip.yml",
|
||||||
|
Reference in New Issue
Block a user