diff --git a/src/Jackett.Common/Definitions/biatch.yml b/src/Jackett.Common/Definitions/biatch.yml deleted file mode 100644 index 676ca882d..000000000 --- a/src/Jackett.Common/Definitions/biatch.yml +++ /dev/null @@ -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 diff --git a/src/Jackett.Updater/Program.cs b/src/Jackett.Updater/Program.cs index 434375847..474ccf42d 100644 --- a/src/Jackett.Updater/Program.cs +++ b/src/Jackett.Updater/Program.cs @@ -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",