From f2739c4ae13a5b0e48d1a8a5b5c46f1186c0da55 Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Wed, 11 Dec 2019 21:39:13 +1300 Subject: [PATCH] add btsow a public indexer. resolves #6576 --- README.md | 1 + src/Jackett.Common/Definitions/btsow.yml | 54 ++++++++++++++++++++++++ 2 files changed, 55 insertions(+) create mode 100644 src/Jackett.Common/Definitions/btsow.yml diff --git a/README.md b/README.md index 7d814bbb4..bed01437d 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,7 @@ Developer note: The software implements the [Torznab](https://github.com/Sonarr/ * BTDB * BTDIGG * BT.etree + * BTSOW * ConCen * Corsaro.red * cpasbien diff --git a/src/Jackett.Common/Definitions/btsow.yml b/src/Jackett.Common/Definitions/btsow.yml new file mode 100644 index 000000000..e6c75165c --- /dev/null +++ b/src/Jackett.Common/Definitions/btsow.yml @@ -0,0 +1,54 @@ +--- + site: btsow + name: BTSOW + description: "BTSOW is a Public torrent indexer" + language: en-us + type: public + encoding: UTF-8 + links: + - https://btos.pw/ + + caps: + categories: + "other": Other + + modes: + search: [q] + tv-search: [q, season, ep] + movie-search: [q] + + settings: [] + + download: + selector: a#magnetOpen + search: + paths: + - path: "search/{{if .Keywords}}{{ .Keywords}}{{else}}2019{{end}}" + rows: + selector: div.row + fields: + category: + text: other + title: + selector: a[href*="/detail/hash/"] + details: + selector: a[href*="/detail/hash/"] + attribute: href + download: + selector: a[href*="/detail/hash/"] + attribute: href + date: + selector: div.date + filters: + - name: dateparse + args: "2006-01-02" + size: + selector: div.size + seeders: + text: 1 + leechers: + text: 1 + downloadvolumefactor: + text: 0 + uploadvolumefactor: + text: 1