2019-09-24 10:06:50 +00:00
---
2020-05-11 19:59:28 +00:00
id : shareuniversity
2020-05-10 20:05:19 +00:00
name : ShareUniversity
description : "ShareUniversity is a Private Torrent Tracker for High Quality Nordic Content"
language : en-us
type : private
encoding : UTF-8
links :
- https://shareuniversity.org/
2020-10-16 20:27:40 +00:00
certificates :
- bc8d87bd28d61e24c4c1ee6c6a4105e4cc298380 # NET::ERR_CERT_DATE_INVALID expired 17 October 2020 08:11:17
2019-09-24 10:06:50 +00:00
2020-05-10 20:05:19 +00:00
caps :
categorymappings :
- {id: 1, cat: Movies, desc : "Movies" }
- {id: 8, cat: Movies, desc : "Movies Boxset" }
- {id: 2, cat: TV, desc : "TV" }
- {id: 9, cat: TV, desc : "TV Boxset" }
2020-10-25 23:02:47 +00:00
- {id: 12, cat: TV, desc : "TV Series" }
- {id: 21, cat: TV, desc : "TV Series Boxset" }
2020-05-10 20:05:19 +00:00
- {id: 6, cat: PC, desc : "Appz" }
- {id: 13, cat: Audio/Audiobook, desc : "AudioBooks" }
2020-10-28 19:00:48 +00:00
- {id: 4, cat: Books/EBook, desc : "E-Books" }
2020-05-10 20:05:19 +00:00
- {id: 16, cat: Other, desc : "Elearning" }
- {id: 5, cat: Console, desc : "Games" }
2020-10-25 23:02:47 +00:00
- {id: 19, cat: Movies, desc : "Kids Movies" }
- {id: 20, cat: TV, desc : "Kids Tv" }
2020-05-10 20:05:19 +00:00
- {id: 3, cat: Audio, desc : "Music" }
- {id: 10, cat: XXX, desc : "XXX" }
2020-10-25 23:02:47 +00:00
- {id: 18, cat: Movies, desc : "Not Nordic Movies" }
- {id: 17, cat: TV, desc : "Not Nordic TV" }
- {id: 22, cat: TV/Anime, desc : "Anime Movies" }
- {id: 23, cat: TV/Anime, desc : "Anime Shows" }
2019-09-24 10:06:50 +00:00
2020-05-10 20:05:19 +00:00
modes :
2020-10-19 03:56:16 +00:00
search : [ q]
2020-05-10 20:05:19 +00:00
tv-search : [ q, season, ep, imdbid]
movie-search : [ q, imdbid]
music-search : [ q]
2020-10-16 21:26:32 +00:00
book-search : [ q]
2019-09-24 10:06:50 +00:00
2020-05-10 20:05:19 +00:00
settings :
- name : username
type : text
label : Username
- name : password
type : password
label : Password
2020-09-08 22:23:46 +00:00
- name : freeleech
type : checkbox
label : Search freeleech only
default : false
2020-05-10 20:05:19 +00:00
- name : sort
type : select
label : Sort requested from site
2020-10-23 20:24:24 +00:00
default : created_at
2020-05-10 20:05:19 +00:00
options :
2020-10-23 20:24:24 +00:00
created_at : created
seeders : seeders
size : size
name : title
2020-05-10 20:05:19 +00:00
- name : type
type : select
label : Order requested from site
2020-10-23 20:24:24 +00:00
default : desc
2020-05-10 20:05:19 +00:00
options :
2020-10-23 20:24:24 +00:00
desc : desc
asc : asc
2019-12-20 03:31:46 +00:00
2020-05-10 20:05:19 +00:00
login :
path : login
method : form
form : form[action$="/login"]
inputs :
username : "{{ .Config.username }}"
password : "{{ .Config.password }}"
remember : on
selectorinputs :
_token :
selector : input[name="_token"]
attribute : value
error :
- selector : script[nonce]:contains("Error")
message :
selector : script[nonce]:contains("Error")
2020-03-25 03:30:52 +00:00
# test:
# path: /
# selector: a[href$="/logout"]
2019-09-24 10:06:50 +00:00
2020-05-10 20:05:19 +00:00
search :
paths :
- path : filterTorrents
inputs :
$raw : "{{ range .Categories }}categories[]={{.}}&{{end}}"
search : "{{ if .Query.IMDBID }}{{else}}{{ .Keywords }}{{end}}"
description : ""
uploader : ""
imdb : "{{ .Query.IMDBIDShort }}"
tvdb : ""
tmdb : ""
sorting : "{{ .Config.sort }}"
sort : "{{ .Config.sort }}"
direction : "{{ .Config.type }}"
qty : 100
2020-09-08 22:23:46 +00:00
freeleech : "{{ if .Config.freeleech }}1{{ else }}{{ end }}"
2019-12-20 03:31:46 +00:00
2020-05-10 20:05:19 +00:00
rows :
selector : table > tbody > tr
2019-12-20 03:31:46 +00:00
2020-05-10 20:05:19 +00:00
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
2020-11-07 23:43:33 +00:00
poster :
2020-05-10 20:05:19 +00:00
optional : true
selector : div.torrent-poster img
attribute : src
filters :
- name : replace
args : [ "https://via.placeholder.com/600x900" , "" ]
size :
selector : td:nth-last-child(4)
seeders :
selector : td:nth-last-child(3)
leechers :
selector : td:nth-last-child(2)
grabs :
selector : td:nth-last-child(1)
filters :
- name : regexp
args : (\d+)
imdb :
optional : true
2020-05-25 03:17:44 +00:00
selector : a[href*="imdb.com/title/tt"]
2020-05-10 20:05:19 +00:00
attribute : href
date :
selector : time
filters :
2020-07-28 05:07:57 +00:00
# translations for Turkish|Estonian|Danish|Italian|Polish|Norwegian|Portuguese|Czech|Russian|Romanian|Spanish|French|German|Bulgarian|Dutch|Chinese|Japanese
2020-05-10 20:05:19 +00:00
- name : re_replace
args : [ "(?i)(önce|tagasi|geleden|fa|temu|siden|há|atrás|nazpět|назад|acum|în urmă|hace|il y a|vor|преди|前)" , " ago" ]
2020-10-03 21:33:27 +00:00
- name : re_replace
args : [ "(?i)(saniye|sekundit|sekunder|secondi|sekund|segundos|sekundami|секунд|secunde|secondes|Sekunden|секунди|seconden|秒前)" , "seconds" ]
2020-05-10 20:05:19 +00:00
- name : re_replace
args : [ "(?i)(minutit|minutter|minuti|minuty|minutos|минуты|минут|Minuten|минути|minuten)" , "minutes" ]
- name : re_replace
2020-07-28 05:07:57 +00:00
args : [ "(?i)(dakika|minut|minuto|minuta|minutt|минута|Minute|minuut|分钟|分)" , " minute" ]
2020-05-10 20:05:19 +00:00
- name : re_replace
args : [ "(?i)(tundi|timer|ore|godziny|horas|hodiny|hoden|часа|часов|ore|heures|Stunden)" , "hours" ]
- name : re_replace
2020-07-28 05:07:57 +00:00
args : [ "(?i)(saat|tund|time|ora|godzina|hora|hodina|час|oră|heure|Stunde|uur|小时|時間)" , " hour" ]
2020-05-10 20:05:19 +00:00
- name : re_replace
args : [ "(?i)(päeva|dage|giorni|dni|dias|dny|дня|дней|zile|días|jours|Tagen|дни|dagen)" , "days" ]
- name : re_replace
2020-07-28 05:07:57 +00:00
args : [ "(?i)(gün|päev|dag|giorno|dzień|dia|den|день|zi|día|jour|Tag|ден|天|日)" , " day" ]
2020-05-10 20:05:19 +00:00
- name : re_replace
args : [ "(?i)(nädalat|uger|settimane|tygodnie|uker|semanas|týdny|недели|недель|săptămâni|semaines|Wochen|седмици|weken)" , "weeks" ]
- name : re_replace
2020-07-28 05:07:57 +00:00
args : [ "(?i)(hafta|nädal|uge|settimana|tydzień|uke|semana|týden|неделю|săptămână|semaine|Woche|седмица|周|週間)" , " week" ]
2020-05-10 20:05:19 +00:00
- name : re_replace
args : [ "(?i) (ay)" , "month" ]
- name : re_replace
args : [ "(?i)(kuud|måneder|mesi|miesiące|meses|měsíce|месяца|месяцев|luni|meses|mois|Monaten|месеца|maanden)" , "months" ]
- name : re_replace
2020-07-28 05:07:57 +00:00
args : [ "(?i)(kuu|måned|mese|miesiąc|mês|měsíc|месяц|lună|mes|Monat|месец|maand|个月|ヶ月)" , " month" ]
2020-05-10 20:05:19 +00:00
- name : re_replace
args : [ "(?i)(aastat|anni|lata|anos|roky|года|ani|años|ans|Jahren|години)" , " years" ]
- name : re_replace
args : [ "(?i)(yil|aasta|år|anno|rok|ano|год|año|Jahr|година|jaar|年)" , " year" ]
- name : re_replace
args : [ "(?i) (an)" , "year" ]
downloadvolumefactor :
case :
i[class*="fa-id-badge text-orange"]: 0 # 24 Hour FreeLeech From BON Store
i[class*="fa-trophy text-purple"]: 0 # Special FreeLeech For Certain User Groups
i[class*="fa-star text-bold"]: 0 # Freeleech From Token
i[class*="fa-coins text-bold"]: 0 # Freeleech From Token
i[class*="fa-globe text-blue"]: 0 # Global Freeleech
i[class*="fa-star text-gold"]: 0 # Freeleech
i[class*="fa-certificate text-pink"]: 0 # Featured Torrent
"*": 1
uploadvolumefactor :
case :
i[class*="fa-gem text-green"]: 2 # Single Torrent Double Upload
i[class*="fa-globe text-green"]: 2 # Global Double Upload
i[class*="fa-certificate text-pink"]: 2 # Featured Torrent
"*": 1
2020-07-31 05:04:19 +00:00
minimumseedtime :
# 2 days (as seconds = 2 x 24 x 60 x 60)
text : 172800
2019-09-29 11:28:39 +00:00
# UNIT3D 1.9.4