mirror of https://github.com/Jackett/Jackett
68 lines
1.2 KiB
YAML
68 lines
1.2 KiB
YAML
---
|
|
id: btsow
|
|
name: BTSOW
|
|
description: "BTSOW is a Public torrent indexer"
|
|
language: en-us
|
|
type: public
|
|
encoding: UTF-8
|
|
links:
|
|
- https://btsow.monster/
|
|
legacylinks:
|
|
- https://btos.pw/
|
|
- https://btio.pw/
|
|
- https://btsow.club/
|
|
- https://bteve.com/
|
|
- https://btsow.fun/
|
|
- https://btsow.space/
|
|
- https://btsow.site/
|
|
- https://btsow.cyou/
|
|
|
|
caps:
|
|
categories:
|
|
"other": Other
|
|
|
|
modes:
|
|
search: [q]
|
|
tv-search: [q, season, ep]
|
|
movie-search: [q]
|
|
|
|
settings: []
|
|
|
|
download:
|
|
selector: a#magnetOpen
|
|
attribute: href
|
|
|
|
search:
|
|
paths:
|
|
- path: "search/{{ if .Keywords }}{{ .Keywords }}{{else}}{{ .Today.Year }}{{end}}"
|
|
rows:
|
|
selector: div.row:has(a[href*="/detail/hash/"])
|
|
fields:
|
|
category:
|
|
text: other
|
|
title:
|
|
selector: a[href*="/detail/hash/"]
|
|
attribute: title
|
|
details:
|
|
selector: a[href*="/detail/hash/"]
|
|
attribute: href
|
|
download:
|
|
selector: a[href*="/detail/hash/"]
|
|
attribute: href
|
|
date:
|
|
selector: div.date
|
|
filters:
|
|
- name: dateparse
|
|
args: "2006-01-02"
|
|
size:
|
|
selector: div.size
|
|
seeders:
|
|
text: 1
|
|
leechers:
|
|
text: 1
|
|
downloadvolumefactor:
|
|
text: 0
|
|
uploadvolumefactor:
|
|
text: 1
|
|
# engine n/a
|