mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
add sharingue a Brazilian private tracker. resolves #4817
This commit is contained in:
@@ -293,6 +293,7 @@ Developer note: The software implements the [Torznab](https://github.com/Sonarr/
|
|||||||
* Secret Cinema
|
* Secret Cinema
|
||||||
* Shareisland
|
* Shareisland
|
||||||
* ShareSpaceDB
|
* ShareSpaceDB
|
||||||
|
* Sharingue
|
||||||
* Shazbat
|
* Shazbat
|
||||||
* Shellife (SL)
|
* Shellife (SL)
|
||||||
* SpaceTorrent
|
* SpaceTorrent
|
||||||
|
124
src/Jackett.Common/Definitions/sharingue.yml
Normal file
124
src/Jackett.Common/Definitions/sharingue.yml
Normal file
@@ -0,0 +1,124 @@
|
|||||||
|
---
|
||||||
|
site: sharingue
|
||||||
|
name: Sharingue
|
||||||
|
description: "Sharingue is a BRAZILIAN Private Tracker for TV / MOVIES / ANIME / MUSIC"
|
||||||
|
language: pt-br
|
||||||
|
type: private
|
||||||
|
encoding: UTF-8
|
||||||
|
links:
|
||||||
|
- https://www.sharingue.live/
|
||||||
|
|
||||||
|
caps:
|
||||||
|
categorymappings:
|
||||||
|
- {id: 1, cat: Movies, desc: "Movies (Filmes)"}
|
||||||
|
- {id: 3, cat: Audio, desc: "Music (Músicas)"}
|
||||||
|
- {id: 4, cat: TV, desc: "TV (Séries)"}
|
||||||
|
- {id: 5, cat: TV/Anime, desc: "Anime (Animes)"}
|
||||||
|
|
||||||
|
modes:
|
||||||
|
search: [q]
|
||||||
|
tv-search: [q, season, ep, imdbid]
|
||||||
|
movie-search: [q, imdbid]
|
||||||
|
|
||||||
|
login:
|
||||||
|
path: login
|
||||||
|
method: form
|
||||||
|
inputs:
|
||||||
|
username: "{{ .Config.username }}"
|
||||||
|
password: "{{ .Config.password }}"
|
||||||
|
remember: 1
|
||||||
|
selectorinputs:
|
||||||
|
_token:
|
||||||
|
selector: meta[name="csrf-token"]
|
||||||
|
attribute: content
|
||||||
|
error:
|
||||||
|
- selector: form[action$="/login"] .text-red
|
||||||
|
test:
|
||||||
|
path: /
|
||||||
|
selector: a[href$="/logout"]
|
||||||
|
|
||||||
|
ratio:
|
||||||
|
path: /
|
||||||
|
selector: span:has(i.fa-sync-alt)
|
||||||
|
filters:
|
||||||
|
- name: regexp
|
||||||
|
args: "Ratio : (\\d+)"
|
||||||
|
|
||||||
|
search:
|
||||||
|
paths:
|
||||||
|
- path: filterTorrents
|
||||||
|
inputs:
|
||||||
|
$raw: "{{range .Categories}}categories[]={{.}}&{{end}}"
|
||||||
|
search: "{{if .Query.IMDBID}}{{else}}{{ .Keywords }}{{end}}"
|
||||||
|
uploader: ""
|
||||||
|
imdb: "{{ .Query.IMDBIDShort }}"
|
||||||
|
tvdb: ""
|
||||||
|
tmdb: ""
|
||||||
|
mal: ""
|
||||||
|
sort: created_at
|
||||||
|
direction: desc
|
||||||
|
qty: 100
|
||||||
|
rows:
|
||||||
|
selector: table > tbody > tr
|
||||||
|
fields:
|
||||||
|
category:
|
||||||
|
selector: a[href*="/categories/"]
|
||||||
|
attribute: href
|
||||||
|
filters:
|
||||||
|
- name: regexp
|
||||||
|
args: "/categories/.*?\\.(\\d+)"
|
||||||
|
title:
|
||||||
|
selector: a.view-torrent
|
||||||
|
download:
|
||||||
|
selector: a[href*="/download/"]
|
||||||
|
attribute: href
|
||||||
|
details:
|
||||||
|
selector: a.view-torrent
|
||||||
|
attribute: href
|
||||||
|
size:
|
||||||
|
selector: td:nth-child(5)
|
||||||
|
seeders:
|
||||||
|
selector: td:nth-child(7)
|
||||||
|
leechers:
|
||||||
|
selector: td:nth-child(8)
|
||||||
|
grabs:
|
||||||
|
selector: td:nth-child(6)
|
||||||
|
filters:
|
||||||
|
- name: regexp
|
||||||
|
args: ([\d\.]+)
|
||||||
|
date:
|
||||||
|
selector: time
|
||||||
|
filters:
|
||||||
|
# translations for Turkish|Estonian|Danish|Italian|Polish|Norwegian|Portoguese|Czech|Russian|Romanian|Spanish|French|German|Bulgarian|Dutch
|
||||||
|
- name: re_replace
|
||||||
|
args: ["(önce|tagasi|geleden|fa|temu|siden|atrás|nazpět|назад|acum|hace|il y a|vor|преди)", "ago"]
|
||||||
|
- name: re_replace
|
||||||
|
args: ["(dakika|minut|minuto|minuta|minutt|минута|Minute|minuut)", "minute"]
|
||||||
|
- name: re_replace
|
||||||
|
args: ["(dakika|minutit|minutter|minuti|minuty|minutos|минуты|минут|Minuten|минути|minuten)", "minutes"]
|
||||||
|
- name: re_replace
|
||||||
|
args: ["(saat|tund|time|ora|godzina|hora|hodina|час|oră|heure|Stunde|uur)", "hour"]
|
||||||
|
- name: re_replace
|
||||||
|
args: ["(saat|tundi|timer|ore|godziny|horas|hodiny|hoden|часа|часов|ore|heures|Stunden)", "hours"]
|
||||||
|
- name: re_replace
|
||||||
|
args: ["(gün|päev|dag|giorno|dzień|dia|den|день|zi|día|jour|Tag|ден)", "day"]
|
||||||
|
- name: re_replace
|
||||||
|
args: ["(gün|päeva|dage|giorni|dni|dias|dny|дня|дней|zile|días|jours|Tagen|дни|dagen)", "days"]
|
||||||
|
- name: re_replace
|
||||||
|
args: ["(hafta|nädal|uge|settimana|tydzień|uke|semana|týden|неделю|săptămână|semaine|Woche|седмица)", "week"]
|
||||||
|
- name: re_replace
|
||||||
|
args: ["(hafta|nädalat|uger|settimane|tygodnie|uker|semanas|týdny|недели|недель|săptămâni|semaines|Wochen|седмици|weken)", "weeks"]
|
||||||
|
- name: re_replace
|
||||||
|
args: [" (ay|kuu|måned|mese|miesiąc|mês|měsíc|месяц|lună|mes|mois|Monat|месец|maand)", "month"]
|
||||||
|
- name: re_replace
|
||||||
|
args: [" (ay|kuud|måneder|mesi|miesiące|meses|měsíce|месяца|месяцев|luni|meses|mois|Monaten|месеца|maanden)", "months"]
|
||||||
|
downloadvolumefactor:
|
||||||
|
case:
|
||||||
|
"i[data-original-title=\"100% Free\"]": "0" # Single Torrent Freeleech
|
||||||
|
"i[data-original-title=\"Global freeleech\"]": "0" # Global Freeleech
|
||||||
|
"*": "1"
|
||||||
|
uploadvolumefactor:
|
||||||
|
case:
|
||||||
|
"i[data-original-title=\"Double upload\"]": "2" # Single Torrent Double Upload
|
||||||
|
"i[data-original-title=\"Double Upload\"]": "2" # Global Double Upload
|
||||||
|
"*": "1"
|
Reference in New Issue
Block a user