2017-04-15 08:45:10 +00:00
|
|
|
---
|
2020-05-11 19:59:28 +00:00
|
|
|
id: sdbits
|
2020-05-10 20:05:19 +00:00
|
|
|
name: SDBits
|
|
|
|
description: "SDBits is a small tracker that focuses on SD movies and tv."
|
|
|
|
language: en-us
|
|
|
|
type: private
|
|
|
|
encoding: UTF-8
|
|
|
|
links:
|
|
|
|
- https://sdbits.org/
|
|
|
|
legacylinks:
|
|
|
|
- http://sdbits.org/
|
2017-04-15 08:45:10 +00:00
|
|
|
|
2020-05-10 20:05:19 +00:00
|
|
|
caps:
|
|
|
|
categorymappings:
|
|
|
|
- {id: 6, cat: Audio, desc: "Audio"}
|
|
|
|
- {id: 3, cat: TV/Documentary, desc: "Documentary"}
|
|
|
|
- {id: 1, cat: Movies, desc: "Movies"}
|
|
|
|
- {id: 4, cat: Audio, desc: "Music"}
|
|
|
|
- {id: 5, cat: TV/Sport, desc: "Sports"}
|
|
|
|
- {id: 2, cat: TV, desc: "TV"}
|
2017-04-15 08:45:10 +00:00
|
|
|
|
2020-05-10 20:05:19 +00:00
|
|
|
modes:
|
|
|
|
search: [q]
|
|
|
|
tv-search: [q, season, ep]
|
|
|
|
movie-search: [q]
|
|
|
|
music-search: [q]
|
2017-04-15 08:45:10 +00:00
|
|
|
|
2020-05-10 20:05:19 +00:00
|
|
|
login:
|
|
|
|
path: takeloginn3.php
|
|
|
|
method: post
|
|
|
|
inputs:
|
|
|
|
uname: "{{ .Config.username }}"
|
|
|
|
password: "{{ .Config.password }}"
|
|
|
|
returnto: "/"
|
|
|
|
error:
|
|
|
|
- selector: td.embedded:has(h2:contains("failed")+table)
|
|
|
|
test:
|
2019-02-12 19:18:17 +00:00
|
|
|
path: browse.php
|
2017-04-15 08:45:10 +00:00
|
|
|
selector: span.smallfont:has(a[href="logout.php"])
|
|
|
|
|
2020-05-10 20:05:19 +00:00
|
|
|
ratio:
|
|
|
|
path: browse.php
|
|
|
|
selector: span.smallfont:has(a[href="logout.php"])
|
|
|
|
filters:
|
|
|
|
- name: regexp
|
|
|
|
args: "Ratio:[ \u00a0](.*?)\u00a0"
|
2020-04-12 21:45:57 +00:00
|
|
|
|
2020-05-10 20:05:19 +00:00
|
|
|
search:
|
|
|
|
paths:
|
|
|
|
- path: browse.php
|
|
|
|
method: post
|
|
|
|
inputs:
|
|
|
|
$raw: "{{ range .Categories }}c{{.}}=1&{{end}}"
|
|
|
|
search: "{{ .Keywords }}"
|
|
|
|
incldead: 1
|
|
|
|
descriptions: 0
|
2020-04-12 21:45:57 +00:00
|
|
|
|
2020-05-10 20:05:19 +00:00
|
|
|
rows:
|
|
|
|
selector: table#torrent-list > tbody > tr[id]
|
|
|
|
|
|
|
|
fields:
|
|
|
|
title:
|
|
|
|
selector: td:nth-child(3) > b > a
|
|
|
|
category:
|
|
|
|
selector: a[href^="?cat="]
|
|
|
|
attribute: href
|
|
|
|
filters:
|
|
|
|
- name: querystring
|
|
|
|
args: cat
|
|
|
|
details:
|
|
|
|
selector: td:nth-child(3) > b > a
|
|
|
|
attribute: href
|
|
|
|
download:
|
|
|
|
selector: a[href^="download.php?id="]
|
|
|
|
attribute: href
|
|
|
|
size:
|
|
|
|
selector: td:nth-child(6)
|
|
|
|
grabs:
|
|
|
|
selector: td:nth-child(7)
|
|
|
|
filters:
|
2020-05-13 00:04:17 +00:00
|
|
|
- name: regexp
|
|
|
|
args: (\d+)
|
2020-05-10 20:05:19 +00:00
|
|
|
seeders:
|
|
|
|
selector: td:nth-child(8)
|
|
|
|
leechers:
|
|
|
|
selector: td:nth-child(9)
|
|
|
|
date:
|
|
|
|
selector: td:nth-child(5)
|
|
|
|
filters:
|
|
|
|
- name: append
|
|
|
|
args: " ago"
|
|
|
|
imdb:
|
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
|
|
|
|
downloadvolumefactor:
|
|
|
|
case:
|
|
|
|
"a[style=\"color:#000099\"][href^=\"details.php?\"]": 0
|
|
|
|
"*": 1
|
|
|
|
uploadvolumefactor:
|
|
|
|
text: 1
|
2020-04-12 21:45:57 +00:00
|
|
|
# engine tbd
|