biatch: removed. resolves #14830

This commit is contained in:
Garfield69 2023-12-05 06:42:16 +13:00
parent 31e499c9d3
commit 4d304817d3
2 changed files with 1 additions and 67 deletions

View File

@ -1,67 +0,0 @@
---
id: biatch
name: BiatchTorrents
description: "BiatchTorrents is a FRENCH Public torrent site for MOVIES / TV / GENERAL"
type: public
language: fr-FR
encoding: UTF-8
links:
- https://biat.ch/
caps:
categories:
Other: Other
modes:
search: [q]
settings: []
search:
paths:
- path: search
method: get
response:
type: json
inputs:
$raw: "format=json&q={{ .Keywords }}"
keywordsfilters:
# ignore ' (e.g. search for america's Next Top Model)
- name: re_replace
args: ["[^\\w]+", " "]
rows:
selector: $
fields:
_id:
selector: id
category:
text: Other
title:
selector: name
details:
text: "{{ .Config.sitelink }}"
download:
text: "download?id={{ .Result._id }}"
infohash:
text: "{{ .Result._id }}"
date:
selector: date
size:
selector: size
filters:
- name: re_replace
args: ["(\\w)o", "$1B"]
grabs:
selector: completed
seeders:
selector: seeders
leechers:
selector: leechers
downloadvolumefactor:
text: 0
uploadvolumefactor:
text: 1
# json engine n/a

View File

@ -288,6 +288,7 @@ namespace Jackett.Updater
"Definitions/b2s-share.yml",
"Definitions/baibako.yml", // renamed rudub #5673
"Definitions/beyond-hd-oneurl.yml", // #12993
"Definitions/biatch.yml",
"Definitions/biho.yml",
"Definitions/bigtorrent.yml", // merged with eStone #12352
"Definitions/bigtower.yml",