mirror of
https://github.com/Jackett/Jackett
synced 2025-01-01 12:46:23 +00:00
add btsow a public indexer. resolves #6576
This commit is contained in:
parent
c24956d793
commit
f2739c4ae1
2 changed files with 55 additions and 0 deletions
|
@ -34,6 +34,7 @@ Developer note: The software implements the [Torznab](https://github.com/Sonarr/
|
|||
* BTDB
|
||||
* BTDIGG
|
||||
* BT.etree
|
||||
* BTSOW
|
||||
* ConCen
|
||||
* Corsaro.red
|
||||
* cpasbien
|
||||
|
|
54
src/Jackett.Common/Definitions/btsow.yml
Normal file
54
src/Jackett.Common/Definitions/btsow.yml
Normal file
|
@ -0,0 +1,54 @@
|
|||
---
|
||||
site: btsow
|
||||
name: BTSOW
|
||||
description: "BTSOW is a Public torrent indexer"
|
||||
language: en-us
|
||||
type: public
|
||||
encoding: UTF-8
|
||||
links:
|
||||
- https://btos.pw/
|
||||
|
||||
caps:
|
||||
categories:
|
||||
"other": Other
|
||||
|
||||
modes:
|
||||
search: [q]
|
||||
tv-search: [q, season, ep]
|
||||
movie-search: [q]
|
||||
|
||||
settings: []
|
||||
|
||||
download:
|
||||
selector: a#magnetOpen
|
||||
search:
|
||||
paths:
|
||||
- path: "search/{{if .Keywords}}{{ .Keywords}}{{else}}2019{{end}}"
|
||||
rows:
|
||||
selector: div.row
|
||||
fields:
|
||||
category:
|
||||
text: other
|
||||
title:
|
||||
selector: a[href*="/detail/hash/"]
|
||||
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
|
Loading…
Reference in a new issue