mirror of
https://github.com/Jackett/Jackett.git
synced 2025-12-16 20:04:50 +01:00
add btstate a public site. resolves #16006
This commit is contained in:
@@ -52,6 +52,7 @@ Prior versions of Jackett are no longer supported.
|
|||||||
* BT.etree
|
* BT.etree
|
||||||
* BTdirectory (BT目录)
|
* BTdirectory (BT目录)
|
||||||
* BTSOW
|
* BTSOW
|
||||||
|
* btstate
|
||||||
* Byrutor
|
* Byrutor
|
||||||
* Cinecalidad
|
* Cinecalidad
|
||||||
* cpasbienClone
|
* cpasbienClone
|
||||||
|
|||||||
68
src/Jackett.Common/Definitions/btsate.yml
Normal file
68
src/Jackett.Common/Definitions/btsate.yml
Normal file
@@ -0,0 +1,68 @@
|
|||||||
|
---
|
||||||
|
id: btsate
|
||||||
|
name: btsate
|
||||||
|
description: "btsate is a Public BitTorrent DHT search engine."
|
||||||
|
language: en-US
|
||||||
|
type: public
|
||||||
|
encoding: UTF-8
|
||||||
|
links:
|
||||||
|
- https://btstate.com/
|
||||||
|
|
||||||
|
caps:
|
||||||
|
categories:
|
||||||
|
Other: Other
|
||||||
|
|
||||||
|
modes:
|
||||||
|
search: [q]
|
||||||
|
tv-search: [q, season, ep]
|
||||||
|
movie-search: [q]
|
||||||
|
music-search: [q]
|
||||||
|
book-search: [q]
|
||||||
|
|
||||||
|
settings:
|
||||||
|
- name: info_category_8000
|
||||||
|
type: info_category_8000
|
||||||
|
|
||||||
|
search:
|
||||||
|
paths:
|
||||||
|
# https://btstate.com/api/searchByKeyword/2025?take=100&skip=0&page=1&pageSize=100
|
||||||
|
- path: "api/searchByKeyword/{{ if .Keywords }}{{ .Keywords }}{{ else }}{{ .Today.Year }}{{ end }}"
|
||||||
|
response:
|
||||||
|
type: json
|
||||||
|
|
||||||
|
inputs:
|
||||||
|
take: 100
|
||||||
|
skip: 0
|
||||||
|
page: 1
|
||||||
|
pageSize: 100
|
||||||
|
|
||||||
|
rows:
|
||||||
|
selector: items
|
||||||
|
attribute: _source
|
||||||
|
|
||||||
|
fields:
|
||||||
|
category:
|
||||||
|
text: Other
|
||||||
|
title:
|
||||||
|
selector: name
|
||||||
|
details:
|
||||||
|
text: "{{ .Config.sitelink }}"
|
||||||
|
infohash:
|
||||||
|
selector: infohash
|
||||||
|
date:
|
||||||
|
# unix
|
||||||
|
selector: createTime
|
||||||
|
filters:
|
||||||
|
- name: regexp
|
||||||
|
args: ^(\d{10})
|
||||||
|
size:
|
||||||
|
selector: size
|
||||||
|
seeders:
|
||||||
|
text: 1
|
||||||
|
leechers:
|
||||||
|
text: 1
|
||||||
|
downloadvolumefactor:
|
||||||
|
text: 0
|
||||||
|
uploadvolumefactor:
|
||||||
|
text: 1
|
||||||
|
# json api
|
||||||
Reference in New Issue
Block a user