xbit: dead, removed. resolves #1774 (#13366)

redirects to torrentcore - https://github.com/Jackett/Jackett/issues/13347
This commit is contained in:
ilike2burnthing
2022-07-16 04:08:13 +01:00
committed by GitHub
parent 4fdfc8a0e5
commit 3e56808a34
3 changed files with 1 additions and 73 deletions

View File

@@ -167,7 +167,6 @@ A third-party Golang SDK for Jackett is available from [webtor-io/go-jackett](ht
* UnionDHT * UnionDHT
* VSTHouse * VSTHouse
* VST Torrents * VST Torrents
* xBiT
* xxxAdultTorrent * xxxAdultTorrent
* xxxtor * xxxtor
* xxxtorrents * xxxtorrents

View File

@@ -1,72 +0,0 @@
---
id: xbit
name: xBiT
description: "xBiT is a Public torrent index"
language: en-US
type: public
encoding: UTF-8
links:
- https://xbit.pw/
caps:
categories:
Other: Other
modes:
search: [q]
tv-search: [q, season, ep]
movie-search: [q]
music-search: [q]
book-search: [q]
settings:
- name: info_8000
type: info
label: About xBiT Categories
default: xBiT does not return categories in its search results.</br>To add to your Apps' Torznab indexer, replace all categories with 8000(Other).
search:
paths:
- path: api
response:
type: json
inputs:
search: "{{ .Keywords }}"
limit: "{{ if .Keywords }}100{{ else }}49{{ end }}"
rows:
selector: dht_results:has(MAGNET)
fields:
id:
selector: ID
category:
text: Other
title:
selector: NAME
details:
text: "{{ .Config.sitelink }}{{ if .Result.id }}?id={{ .Result.id }}{{ else }}{{ end }}"
download:
selector: TORRENT
optional: true
magnet:
selector: MAGNET
date:
# 2021-10-19 10:27:01
selector: DISCOVERED
filters:
- name: append
args: " +02:00" # EET
- name: dateparse
args: "2006-01-02 15:04:05 -07:00"
size:
selector: SIZE
seeders:
text: 1
leechers:
text: 1
downloadvolumefactor:
text: 0
uploadvolumefactor:
text: 1
# json engine n/a

View File

@@ -550,6 +550,7 @@ namespace Jackett.Updater
"Definitions/world-of-tomorrow.yml", // #9213 "Definitions/world-of-tomorrow.yml", // #9213
"Definitions/worldofp2p.yml", "Definitions/worldofp2p.yml",
"Definitions/worldwidetorrents.yml", "Definitions/worldwidetorrents.yml",
"Definitions/xbit.yml",
"Definitions/xfsub.yml", "Definitions/xfsub.yml",
"Definitions/xktorrent.yml", "Definitions/xktorrent.yml",
"Definitions/xtremefile.yml", "Definitions/xtremefile.yml",