182 lines
5.0 KiB
YAML
182 lines
5.0 KiB
YAML
---
|
|
id: slosoul
|
|
name: slosoul
|
|
description: "slosoul is a Slovanian Private Torrent Tracker for MOVIES / TV / GENERAL"
|
|
language: en-US
|
|
type: private
|
|
encoding: UTF-8
|
|
testlinktorrent: false
|
|
certificates:
|
|
- 1a44f7aa5a4fb9bb32a980f8e1394a6c3cf4285f # Expired 9th March 2024
|
|
links:
|
|
- https://slosoul.net/
|
|
legacylinks:
|
|
- http://slosoul.net/
|
|
|
|
caps:
|
|
categorymappings:
|
|
- {id: 5, cat: PC, desc: "Apps"}
|
|
- {id: 7, cat: Books/EBook, desc: "Ebooks"}
|
|
- {id: 6, cat: PC/Games, desc: "Games PC"}
|
|
- {id: 19, cat: Console/XBox 360, desc: "GAMES xbox360"}
|
|
- {id: 8, cat: Movies, desc: "Movies Packs"}
|
|
- {id: 1, cat: Movies/SD, desc: "Movies Divx/Xvid"}
|
|
- {id: 9, cat: Movies/DVD, desc: "Movies DVD-r"}
|
|
- {id: 17, cat: Movies/HD, desc: "Movies x.264"}
|
|
- {id: 11, cat: Movies/BluRay, desc: "Movies BluRay"}
|
|
- {id: 15, cat: Movies/HD, desc: "Movies HEVC"}
|
|
- {id: 14, cat: Audio/Lossless, desc: "Music FLAC"}
|
|
- {id: 3, cat: Audio/MP3, desc: "Music MP3"}
|
|
- {id: 13, cat: TV/Sport, desc: "TV Sport"}
|
|
- {id: 18, cat: TV, desc: "TV Packs"}
|
|
- {id: 10, cat: TV, desc: "TV Shows"}
|
|
- {id: 16, cat: TV/HD, desc: "TV Shows HEVC"}
|
|
- {id: 12, cat: Other, desc: "VIP"}
|
|
- {id: 4, cat: XXX, desc: "Porn"}
|
|
|
|
modes:
|
|
search: [q]
|
|
tv-search: [q, season, ep, imdbid]
|
|
movie-search: [q, imdbid]
|
|
music-search: [q]
|
|
book-search: [q]
|
|
|
|
settings:
|
|
- name: username
|
|
type: text
|
|
label: Username
|
|
- name: password
|
|
type: password
|
|
label: Password
|
|
- name: freeleech
|
|
type: checkbox
|
|
label: Filter freeleech only
|
|
default: false
|
|
- name: sort
|
|
type: select
|
|
label: Sort requested from site
|
|
default: added
|
|
options:
|
|
added: created
|
|
seeders: seeders
|
|
size: size
|
|
name: title
|
|
- name: type
|
|
type: select
|
|
label: Order requested from site
|
|
default: desc
|
|
options:
|
|
desc: desc
|
|
asc: asc
|
|
- name: info_activity
|
|
type: info
|
|
label: Account Inactivity
|
|
default: "To keep records updated regularly, all inactive accounts will be deleted after 60 days of inactivity"
|
|
|
|
login:
|
|
path: takelogin.php
|
|
method: post
|
|
inputs:
|
|
username: "{{ .Config.username }}"
|
|
password: "{{ .Config.password }}"
|
|
logout: ""
|
|
error:
|
|
- selector: table:has(td.thead:contains("An error has occured!"))
|
|
test:
|
|
path: /
|
|
selector: a[href*="user-profile-"]
|
|
|
|
download:
|
|
before:
|
|
path: takethanks.php
|
|
method: post
|
|
inputs:
|
|
torrentid: "{{ re_replace .DownloadUri.PathAndQuery \".*torrent-details-(\\d+).*\" \"$1\"}}"
|
|
selectors:
|
|
- selector: a[href*="download-torrent-"]
|
|
attribute: href
|
|
|
|
search:
|
|
paths:
|
|
- path: browse.php
|
|
inputs:
|
|
do: search
|
|
# does not support multi categories so defaulting to ALL
|
|
category: 0
|
|
# yes incldead, no activeonly
|
|
include_dead_torrents: yes
|
|
keywords: "{{ if .Query.IMDBID }}{{ .Query.IMDBID }}{{ else }}{{ .Keywords }}{{ end }}"
|
|
# t_name, t_description, t_both, t_uploader, t_genre
|
|
search_type: "{{ if .Query.IMDBID }}t_genre{{ else }}t_name{{ end }}"
|
|
sort: "{{ .Config.sort }}"
|
|
order: "{{ .Config.type }}"
|
|
# does not return imdb link in results
|
|
keywordsfilters:
|
|
- name: re_replace # replace special characters with "%" (wildcard)
|
|
args: ["[^a-zA-Z0-9]+", "%"]
|
|
|
|
rows:
|
|
selector: "table#sortabletable tbody tr:has(a[href*=\"download-torrent-\"]){{ if .Config.freeleech }}:has(img[src$=\"/freedownload.gif\"]){{ else }}{{ end }}"
|
|
|
|
fields:
|
|
category:
|
|
selector: a[href*="torrent-category-"]
|
|
attribute: href
|
|
filters:
|
|
- name: regexp
|
|
args: (\d+)
|
|
title_default:
|
|
# is often abbreviated
|
|
selector: a[href*="torrent-details-"]
|
|
title:
|
|
# usually longer than details title
|
|
selector: div[id^="port-content-"] div
|
|
optional: true
|
|
default: "{{ .Result.title_default }}"
|
|
details:
|
|
selector: a[href*="torrent-details-"]
|
|
attribute: href
|
|
download:
|
|
selector: a[href*="torrent-details-"]
|
|
attribute: href
|
|
magnet:
|
|
selector: a[href^="magnet:?xt="]
|
|
attribute: href
|
|
poster:
|
|
selector: div[id^="port-content-"] img
|
|
attribute: src
|
|
date:
|
|
selector: td:nth-child(2) > div:last-child
|
|
filters:
|
|
- name: regexp
|
|
args: (\d{2}-\d{2}-\d{4} \d{2}:\d{2})
|
|
- name: append
|
|
args: " +00:00" # auto adjusted by site account profile
|
|
- name: dateparse
|
|
args: "dd-MM-yyyy HH:mm zzz"
|
|
size:
|
|
selector: td:nth-child(5)
|
|
grabs:
|
|
selector: td:nth-child(6)
|
|
seeders:
|
|
selector: td:nth-child(7)
|
|
leechers:
|
|
selector: td:nth-child(8)
|
|
downloadvolumefactor:
|
|
case:
|
|
img[src$="/external.gif"]: 0
|
|
img[src$="/freedownload.gif"]: 0
|
|
img[src$="/silverdownload.gif"]: 0.5
|
|
"*": 1
|
|
uploadvolumefactor:
|
|
case:
|
|
img[src$="/x2.gif"]: 2
|
|
"*": 1
|
|
# TBD, Rules and FAQ do not cover this yet
|
|
# minimumratio:
|
|
# text: 1.0
|
|
# minimumseedtime:
|
|
# # 2 days (as seconds = 2 x 24 x 60 x 60)
|
|
# text: 172800
|
|
# TS Special Edition v.8.0
|