2025-04-10 13:45:29 -05:00

103 lines
2.3 KiB
YAML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
id: myspleen
name: MySpleen
description: "MySpleen is a Private Torrent Tracker for TV / COMEDY / ANIMATION / 80-90S VHS NOSTALGIA"
language: en-US
type: private
encoding: UTF-8
links:
- https://www.myspleen.org/
caps:
categorymappings:
- {id: 31, cat: TV, desc: "Adult Swim"}
- {id: 30, cat: TV, desc: "Animation"}
- {id: 25, cat: TV, desc: "Cartoon Network"}
- {id: 3, cat: TV, desc: "Comedy"}
- {id: 26, cat: TV, desc: "Comedy Central"}
- {id: 24, cat: TV, desc: "MST3K"}
- {id: 28, cat: TV, desc: "MTV"}
- {id: 29, cat: TV, desc: "Nick"}
- {id: 20, cat: Other, desc: "Other"}
- {id: 32, cat: TV, desc: "Star Wars"}
modes:
search: [q]
tv-search: [q, season, ep]
settings:
- name: cookie
type: text
label: Cookie
- name: info_cookie
type: info_cookie
login:
# using cookie method because login page has embedded Clouflare turnstile
method: cookie
inputs:
cookie: "{{ .Config.cookie }}"
test:
path: browse.php
selector: span.key:contains("Ratio") + span.value
search:
paths:
- path: browse.php
method: get
inputs:
$raw: "{{ range .Categories }}c{{.}}=1&{{end}}"
search: "{{ .Keywords }}"
incldead: 1
title: 0
rows:
selector: table#main-torrents > tbody > tr
fields:
category:
selector: td[class^="cat-"] > a
attribute: href
filters:
- name: querystring
args: cat
title:
selector: td.tor-name > a
attribute: title
details:
selector: td.tor-name > a
attribute: href
download:
selector: td.tor-down > a
attribute: href
files:
selector: td:nth-child(5)
date:
selector: td:nth-child(7)
size:
selector: td:nth-child(8)
grabs:
selector: td:nth-child(9)
filters:
- name: regexp
args: "(\\d+)"
seeders:
selector: td:nth-child(10)
filters:
- name: regexp
args: "^(\\d+)"
leechers:
selector: td:nth-child(11)
filters:
- name: regexp
args: "^(\\d+)"
downloadvolumefactor:
case:
span.star: 0
span.fltime: 0
":root li[id=\"alert-fl\"][class=\"alert\"]:contains(\"Freeleech ends in \")": 0
"*": 1
uploadvolumefactor:
text: 1
# engine tbd