diff --git a/README.md b/README.md index 653dbf66e..2f5ae124c 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,7 @@ A third-party Golang SDK for Jackett is available from [webtor-io/go-jackett](ht * AudioBook Bay (ABB) * Badass Torrents * Bangumi Moe + * BiatchTorrents * BigFANGroup * BitRu * BitSearch diff --git a/src/Jackett.Common/Definitions/biatch.yml b/src/Jackett.Common/Definitions/biatch.yml new file mode 100644 index 000000000..17566c043 --- /dev/null +++ b/src/Jackett.Common/Definitions/biatch.yml @@ -0,0 +1,67 @@ +--- +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